Skip to content

Commit

Permalink
Made items in the media tree of media manager keyboard accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshit Rattan authored and Akshit Rattan committed Feb 26, 2022
1 parent 303244f commit 1f6113a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:aria-level="level"
:aria-setsize="size"
:aria-posinset="counter"
:tabindex="getTabindex"
:tabindex="0"
>
<a @click.stop.prevent="onItemClick()">
<span class="item-icon"><span :class="iconClass" /></span>
Expand Down

0 comments on commit 1f6113a

Please sign in to comment.