🎨 Cleaning and improvements

This commit is contained in:
Florian Sylvain
2021-11-04 22:58:05 +01:00
parent d073502655
commit 4d80c83742
3 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ function realTimeDisplay() {
suggestions.innerHTML = ""
if (!results.data.length) {
hideSuggestions()
} else {
} else if (document.activeElement === searchBar) {
showSuggestions()
}
results.data.forEach(elem => {