site: remove focus event from search
This commit is contained in:
parent
e28a2e2239
commit
301b28e7e1
2 changed files with 0 additions and 5 deletions
|
@ -42,10 +42,6 @@ document.addEventListener('alpine:init', () => {
|
|||
this.open = true;
|
||||
},
|
||||
|
||||
fetchSuggestionsOnFocus(evt) {
|
||||
this.fetchSuggestions();
|
||||
},
|
||||
|
||||
fetchSuggestionsOnInput(evt) {
|
||||
this.cursor = evt.target.selectionStart;
|
||||
this.fetchSuggestions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue