Improved search experience

This commit is contained in:
WardPearce
2025-01-24 16:13:39 +13:00
parent 4121872c18
commit a1db68d1b0
@@ -37,6 +37,8 @@
selectedSuggestionIndex = -1;
goto(`/search/${encodeURIComponent(search)}`);
dispatch('searchSubmitted');
showSearchBox = false;
}
function handleKeyDown(event: KeyboardEvent) {