change time
This commit is contained in:
parent
e732753290
commit
ee5a8bcc8c
1 changed files with 2 additions and 2 deletions
|
@ -631,7 +631,7 @@
|
|||
this.broadcast('Drop', 'on-update-popper');
|
||||
setTimeout(() => {
|
||||
this.filterQueryChange = false;
|
||||
},500)
|
||||
},300)
|
||||
},
|
||||
onQueryChange(query) {
|
||||
if (query.length > 0 && query !== this.query) this.visible = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue