We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397e5e7 commit bbb6729Copy full SHA for bbb6729
packages/site-kit/src/lib/search/Search.svelte
@@ -19,10 +19,12 @@ Renders a search widget which when clicked (or the corresponding keyboard shortc
19
}}
20
onmousedown={(event) => {
21
event.preventDefault();
22
+ event.currentTarget.blur();
23
$searching = true;
24
25
ontouchend={(event) => {
26
27
28
29
30
type="search"
0 commit comments