mirror of https://github.com/Fabio286/antares.git
fix: regression during resize results table on filters change
This commit is contained in:
parent
69cd083054
commit
7dc33c78aa
|
@ -439,6 +439,7 @@ export default {
|
|||
this.$refs.queryTable.downloadTable(format, this.table);
|
||||
},
|
||||
onFilterChange (clausoles) {
|
||||
this.resizeScroller();
|
||||
if (clausoles.length === 0)
|
||||
this.isSearch = false;
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue