Fixed a promises race bug + disabled showing previous messages

This commit is contained in:
Simon Cambier
2023-01-27 23:03:34 +01:00
parent c896fd4094
commit 6d1fba1429
6 changed files with 71 additions and 15 deletions

View File

@@ -39,7 +39,7 @@
// the next time we open the modal, the search field will be empty
cacheManager.addToSearchHistory('')
dispatch('input', value)
}, 500)
}, 250)
</script>
<div class="omnisearch-input-container">