Skip to content

Commit

Permalink
fix(editor): Remove auto scroll and list size check when clicking on …
Browse files Browse the repository at this point in the history
…executions
  • Loading branch information
cstuncsik committed Dec 11, 2023
1 parent 939e471 commit bef43db
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@ export default defineComponent({
this.$router.go(-1);
}
},
'workflowsStore.activeWorkflowExecution'() {
this.checkListSize();
this.scrollToActiveCard();
},
},
mounted() {
// On larger screens, we need to load more then first page of executions
Expand Down

0 comments on commit bef43db

Please sign in to comment.