diff options
Diffstat (limited to 'apps/files/src/components/FileEntry/FileEntryName.vue')
-rw-r--r-- | apps/files/src/components/FileEntry/FileEntryName.vue | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/src/components/FileEntry/FileEntryName.vue b/apps/files/src/components/FileEntry/FileEntryName.vue index 892f77dfebe..538c79b02db 100644 --- a/apps/files/src/components/FileEntry/FileEntryName.vue +++ b/apps/files/src/components/FileEntry/FileEntryName.vue @@ -149,6 +149,7 @@ export default Vue.extend({ return { title: displayName, role: 'button', + tabindex: '0', } } @@ -157,6 +158,7 @@ export default Vue.extend({ download: this.source.basename, href: this.source.source, title: t('files', 'Download file {name}', { name: this.displayName }), + tabindex: '0', } } @@ -324,7 +326,6 @@ export default Vue.extend({ } }, - t, }, }) |