Focusing input on change to have better search experience.

This commit is contained in:
Sergiotarxz 2023-09-04 18:02:37 +02:00
parent 077ae5afd2
commit b5450cbcf1
2 changed files with 2 additions and 1 deletions

View File

@ -90,6 +90,7 @@ function onSearchChange() {
}
showResults(searchResults, json.searchObjects);
})
search.focus()
}
function showResults(searchResults, searchObjects) {

File diff suppressed because one or more lines are too long