diff options
| author | GitHub Action <[email protected]> | 2026-01-19 16:46:09 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2026-01-19 16:46:09 +0000 |
| commit | 453417ed47774fc3077ef67c49c831b4014494f4 (patch) | |
| tree | b0062c829d5f636400d04a5178bc26a0d038c98a /packages/ui/src/components | |
| parent | 72cb7ccc00438625e58900efa780a004eda5a826 (diff) | |
| download | opencode-453417ed47774fc3077ef67c49c831b4014494f4.tar.gz opencode-453417ed47774fc3077ef67c49c831b4014494f4.zip | |
chore: generate
Diffstat (limited to 'packages/ui/src/components')
| -rw-r--r-- | packages/ui/src/components/list.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/list.tsx b/packages/ui/src/components/list.tsx index bfe3440ea..b8a8f7460 100644 --- a/packages/ui/src/components/list.tsx +++ b/packages/ui/src/components/list.tsx @@ -206,7 +206,7 @@ export function List<T>(props: ListProps<T> & { ref?: (ref: ListRef) => void }) setActive(props.key(item)) }} onMouseLeave={() => { - if (!store.mouseActive) return; + if (!store.mouseActive) return setActive(null) }} > |
