mirror of
https://github.com/elk-zone/elk
synced 2024-11-27 14:28:10 +09:00
fix(ui): wrong tabindex usage 2 (#2617)
This commit is contained in:
parent
913e2892f7
commit
6b40319723
@ -42,7 +42,7 @@ const tabs = [
|
||||
>
|
||||
<div
|
||||
relative flex flex-auto cursor-pointer sm:px6 px2 rounded transition-all
|
||||
tabindex="1"
|
||||
tabindex="0"
|
||||
hover:bg-active transition-100
|
||||
@click="option.onClick"
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user