fix: ARIA warning
This commit is contained in:
parent
1d7be8373f
commit
f8bdcb811a
|
@ -29,6 +29,9 @@
|
|||
class:dropdown-opened={showDropdown}>
|
||||
<div
|
||||
class="link-container"
|
||||
role="button"
|
||||
tabindex={0}
|
||||
on:keydown={onKeyDown}
|
||||
on:click={() => { showDropdown = false; }}
|
||||
>
|
||||
{#each routes as item}
|
||||
|
|
Loading…
Reference in New Issue