mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 21:49:53 +00:00
fix: add state to pause existing audio for demo menus, add support fo… (#10428)
This commit is contained in:
parent
32e6bcae3b
commit
15801a01ba
3 changed files with 35 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue