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 8f9d8fb commit bff04e0Copy full SHA for bff04e0
1 file changed
spotlightsearch.js
@@ -75,7 +75,10 @@ searchInput.addEventListener('input', () => {
75
searchInput.addEventListener('keydown', (e) => {
76
77
if (e.key === 'Enter') {
78
+
79
e.preventDefault();
80
+ searchInput.blur();
81
82
}
83
84
})
0 commit comments