Skip to content

Commit

Permalink
fix: vertical scrollbar does not reset after performing a search, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio286 committed Apr 20, 2023
1 parent 55aee16 commit 0cd55fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/components/WorkspaceTabTable.vue
Expand Up @@ -381,6 +381,7 @@ const resizeScroller = () => {
const updateFilters = (clausoles: TableFilterClausole[]) => {
filters.value = clausoles;
results.value = [];
getTableData();
};
Expand Down

0 comments on commit 0cd55fb

Please sign in to comment.