{
- if (fileUploadEnabled) {
- if (!detectMobile()) {
- screenCaptureHandler();
- } else {
- const cameraInputElement = document.getElementById('camera-input');
-
- if (cameraInputElement) {
- cameraInputElement.click();
- }
- }
- }
- }}
- >
-
- {$i18n.t('Reference Chats')}
-
-