chore: generate
This commit is contained in:
parent
f9aa209131
commit
5e3162b7f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue