fix(ui): wrong tabindex usage (#2615)
This commit is contained in:
parent
a3c5272e07
commit
913e2892f7
2 changed files with 3 additions and 3 deletions
|
@ -49,7 +49,7 @@ useCommands(() => command
|
|||
><label
|
||||
flex flex-auto cursor-pointer px3 m1 rounded transition-all
|
||||
:for="`tab-${toValidName(option.name)}`"
|
||||
tabindex="1"
|
||||
tabindex="0"
|
||||
hover:bg-active transition-100
|
||||
@keypress.enter="modelValue = option.name"
|
||||
><span
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue