fix(editor): Fix workflow execution list scrolling after filter change (#10226)
This commit is contained in:
@@ -186,6 +186,9 @@ export default defineComponent({
|
||||
this.$emit('refresh');
|
||||
},
|
||||
onFilterChanged(filter: ExecutionFilterType) {
|
||||
this.autoScrollDeps.activeExecutionSet = false;
|
||||
this.autoScrollDeps.scroll = true;
|
||||
this.mountedItems = [];
|
||||
this.$emit('filterUpdated', filter);
|
||||
},
|
||||
reloadExecutions(): void {
|
||||
|
||||
Reference in New Issue
Block a user