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 <emoral435@gmail.com>
  • Loading branch information
emoral435 committed Nov 28, 2023
1 parent 45551f5 commit 45e402a
Showing 1 changed file with 2 additions and 0 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"
:data-dir="section.to?.query?.dir"
@click.native="onClick(section.to)">
<template v-if="index === 0" #icon>
<Home :size="20" />
Expand Down

0 comments on commit 45e402a

Please sign in to comment.