Skip to content

Commit

Permalink
accessibility fix - changed the dir attribute to have valid value, ke…
Browse files Browse the repository at this point in the history
…eping previous value as data-dir

Signed-off-by: Eduardo Morales <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
emoral435 authored and nextcloud-command committed Nov 30, 2023
1 parent 7cc6699 commit 020a856
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions apps/files/src/components/BreadCrumbs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
:aria-label="ariaLabel(section)"
:title="ariaLabel(section)"
v-bind="section"
dir="auto"
:to="section.to"
@click.native="onClick(section.to)">
<template v-if="index === 0" #icon>
<Home :size="20" />
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 020a856

Please sign in to comment.