chore: generate
This commit is contained in:
parent
88c5a7fe9e
commit
e29120317f
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ export function Autocomplete(props: {
|
||||||
// via a synthetic event as the layout moves underneath the cursor. This is a workaround to make sure the input mode remains keyboard so
|
// via a synthetic event as the layout moves underneath the cursor. This is a workaround to make sure the input mode remains keyboard so
|
||||||
// that the mouseover event doesn't trigger when filtering.
|
// that the mouseover event doesn't trigger when filtering.
|
||||||
createEffect(() => {
|
createEffect(() => {
|
||||||
filter();
|
filter()
|
||||||
setStore("input", "keyboard")
|
setStore("input", "keyboard")
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ export function DialogSelect<T>(props: DialogSelectProps<T>) {
|
||||||
// via a synthetic event as the layout moves underneath the cursor. This is a workaround to make sure the input mode remains keyboard
|
// via a synthetic event as the layout moves underneath the cursor. This is a workaround to make sure the input mode remains keyboard
|
||||||
// that the mouseover event doesn't trigger when filtering.
|
// that the mouseover event doesn't trigger when filtering.
|
||||||
createEffect(() => {
|
createEffect(() => {
|
||||||
filtered();
|
filtered()
|
||||||
setStore("input", "keyboard")
|
setStore("input", "keyboard")
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue