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');
|
this.broadcast('Drop', 'on-update-popper');
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.filterQueryChange = false;
|
this.filterQueryChange = false;
|
||||||
},500)
|
},300)
|
||||||
},
|
},
|
||||||
onQueryChange(query) {
|
onQueryChange(query) {
|
||||||
if (query.length > 0 && query !== this.query) this.visible = true;
|
if (query.length > 0 && query !== this.query) this.visible = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue