Skip to content

Commit

Permalink
fix(ui): Remove scroll on click (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrouand authored Mar 22, 2024
1 parent 2089125 commit 53ecea0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ export class ScenarioExecutionComponent implements OnInit, OnDestroy, AfterViewI
if (scrollIntoView && step) {
document.getElementById(step['rowId']).scrollIntoView({behavior: 'smooth', block: 'start'});
}
this.elementRef.nativeElement.scrollIntoView({behavior: 'instant', block: 'start'})
}

private computeAllStepRowId() {
Expand Down

0 comments on commit 53ecea0

Please sign in to comment.