Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
fix navigation on 2nd+ clicks in the workflow graph
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1ker committed Apr 2, 2021
1 parent 6702342 commit 981cf5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/routes/workflow/history.vue
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,9 @@ export default {
setTimeout(() => this.scrollEventIntoView(this.eventId), 100);
}
},
eventId(eventId) {
this.scrollEventIntoView(eventId);
},
showGraph() {
this.splitSizeSet = this.showGraph ? [20, 80] : [1, 99];
this.onSplitResize();
Expand Down

0 comments on commit 981cf5c

Please sign in to comment.