fix: add state to pause existing audio for demo menus, add support fo… (#10428)

This commit is contained in:
Joseph Campuzano
2026-01-24 12:16:53 -06:00
committed by GitHub
parent 32e6bcae3b
commit 15801a01ba
3 changed files with 35 additions and 7 deletions

View File

@@ -105,6 +105,7 @@ export function Select<T>(props: SelectProps<T> & Omit<ButtonProps, "children">)
}}
onPointerEnter={() => move(itemProps.item.rawValue)}
onPointerMove={() => move(itemProps.item.rawValue)}
onFocus={() => move(itemProps.item.rawValue)}
>
<Kobalte.ItemLabel data-slot="select-select-item-label">
{local.children