Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
c33f8687f2
1 changed files with 2 additions and 2 deletions
|
@ -1905,8 +1905,8 @@ const app = new Vue({
|
|||
async getSearchHints() {
|
||||
if (this.search.term == "") {
|
||||
this.search.hints = [];
|
||||
this.search.showHints = true
|
||||
this.search.showSearchView = false
|
||||
this.search.showHints = true;
|
||||
this.search.showSearchView = false;
|
||||
return;
|
||||
}
|
||||
let hints = await (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue