mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-18 23:49:46 +00:00
add tabindex and aria-hidden (#22699)
This commit is contained in:
parent
74d6248f71
commit
07eaf919ed
2 changed files with 547 additions and 543 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -29,7 +29,11 @@
|
|||
}
|
||||
}}
|
||||
>
|
||||
<Popover.Trigger class="pointer-events-none absolute inset-0 opacity-0">
|
||||
<Popover.Trigger
|
||||
class="pointer-events-none absolute inset-0 opacity-0"
|
||||
tabindex={-1}
|
||||
aria-hidden="true"
|
||||
>
|
||||
<span class="sr-only">{srLabel}</span>
|
||||
</Popover.Trigger>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue