mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
stop keyboard navigation for disabled items
This commit is contained in:
@@ -354,6 +354,7 @@
|
||||
role="menuitem"
|
||||
tabindex="-1"
|
||||
use:melt={item}
|
||||
data-disabled={subItem.disabled ? true : undefined}
|
||||
>
|
||||
<div class="flex flex-row items-center gap-2">
|
||||
{#if subItem.icon}
|
||||
|
||||
Reference in New Issue
Block a user