Skip to content

Commit

Permalink
fix(files): make file list item link focusable
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
  • Loading branch information
ShGKme committed Nov 20, 2023
1 parent a825427 commit b5968df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FileEntry/FileEntryName.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<a v-else
ref="basename"
:aria-hidden="isRenaming"
tabindex="0"
class="files-list__row-name-link"
data-cy-files-list-row-name-link
v-bind="linkTo"
Expand Down Expand Up @@ -324,7 +325,6 @@ export default Vue.extend({
}
},
t,
},
})
Expand Down

0 comments on commit b5968df

Please sign in to comment.