fix: regression during resize results table on filters change

This commit is contained in:
Giulio Ganci 2021-10-18 21:23:22 +02:00
parent 69cd083054
commit 7dc33c78aa
1 changed files with 1 additions and 0 deletions

View File

@ -439,6 +439,7 @@ export default {
this.$refs.queryTable.downloadTable(format, this.table); this.$refs.queryTable.downloadTable(format, this.table);
}, },
onFilterChange (clausoles) { onFilterChange (clausoles) {
this.resizeScroller();
if (clausoles.length === 0) if (clausoles.length === 0)
this.isSearch = false; this.isSearch = false;
}, },