Forward keyup and keydown events on ToolbarSearch

This commit is contained in:
Ben Periton 2022-09-21 15:58:37 +01:00 committed by GitHub
commit 558a5ad3ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,4 +111,6 @@
on:blur="{() => { on:blur="{() => {
expanded = !persistent && !!value.length; expanded = !persistent && !!value.length;
}}" }}"
on:keyup
on:keydown
/> />