Skip to content

Commit

Permalink
Merge pull request #5230 from nextcloud/bugfix/noid/a11y-input-file
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Jan 11, 2024
2 parents bff5a79 + 31ab596 commit 18a1811
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/Editor/MediaHandler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@
@dragover.prevent.stop="setDraggedOver(true)"
@dragleave.prevent.stop="setDraggedOver(false)"
@file-drop="onEditorDrop">
<input ref="attachmentFileInput"
tabindex="-1"
<input v-show="false"
ref="attachmentFileInput"
data-text-el="attachment-file-input"
type="file"
accept="*/*"
aria-hidden="true"
class="hidden-visually"
multiple
@change="onAttachmentUploadFilePicked">
<slot />
Expand Down

0 comments on commit 18a1811

Please sign in to comment.