Skip to content

Commit

Permalink
Increase the timeout duration for bigger components
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 22, 2023
1 parent 2ed4010 commit 3d437c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class AppDocSectionNavComponent implements OnInit, OnDestroy {
hasHash &&
setTimeout(() => {
this.scrollToLabelById(id);
}, 1);
}, 25);

this.zone.runOutsideAngular(() => {
this.scrollListener = this.renderer.listen(this.document, 'scroll', (event: any) => {
Expand Down

0 comments on commit 3d437c9

Please sign in to comment.