chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-02 22:30:23 +00:00
parent f9aa209131
commit 5e3162b7f4

View File

@@ -136,7 +136,7 @@ export function Autocomplete(props: {
const [search, setSearch] = createSignal("")
createEffect(() => {
const next = filter()
setSearch(next ? next : "");
setSearch(next ? next : "")
})
// When the filter changes due to how TUI works, the mousemove might still be triggered