Merge branch 'main' of https://github.com/ciderapp/Cider
This commit is contained in:
commit
55109f8baf
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
|||
<div class="search-input--icon"></div>
|
||||
<input type="search" spellcheck="false" @click="showSearch()"
|
||||
@focus="search.showHints = true"
|
||||
@blur="setTimeout(()=>{search.showHints = false}, 100)"
|
||||
@blur="setTimeout(()=>{search.showHints = false}, 300)"
|
||||
v-on:keyup.enter="searchQuery();search.showHints = false"
|
||||
@change="showSearch();" @input="getSearchHints()" placeholder="Search..."
|
||||
v-model="search.term"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue