Skip to content

Commit

Permalink
Merge pull request #5227 from nextcloud/backport/5224/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl committed Jan 10, 2024
2 parents 851e352 + f06ef0e commit ce922a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Editor.vue
Expand Up @@ -24,6 +24,7 @@
<div id="editor-container"
data-text-el="editor-container"
class="text-editor"
tabindex="-1"
@keydown.stop="onKeyDown">
<DocumentStatus v-if="displayedStatus"
:idle="idle"
Expand Down
1 change: 1 addition & 0 deletions src/components/Editor/MediaHandler.vue
Expand Up @@ -29,6 +29,7 @@
@dragleave.prevent.stop="setDraggedOver(false)"
@file-drop="onEditorDrop">
<input ref="attachmentFileInput"
tabindex="-1"
data-text-el="attachment-file-input"
type="file"
accept="*/*"
Expand Down

0 comments on commit ce922a5

Please sign in to comment.