Update Search.svelte

This commit is contained in:
Ward
2024-04-12 02:54:35 +12:00
committed by GitHub
parent 673544fb5c
commit e765e04ec1
+1 -1
View File
@@ -69,7 +69,7 @@
}
}}
/>
<i class="front" on:click={() => (search = '')}>close</i>
<i class="front" on:click={() => (search = '', suggestionsForSearch = [], selectedSuggestionIndex = -1)}>close</i>
</div>
{#if searchSuggestions}
{#each suggestionsForSearch as suggestion, index}