remove general auto top scroll

pull/35/head
HardiReady 2018-02-21 19:37:30 +01:00
parent a4f39dca16
commit 2123d5fdc4
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ export class AppComponent {
}
if (event instanceof NavigationEnd) {
this.loading = false;
if (router.url.includes(RouteConfig.overviewPath)) {
window.scrollTo({left: 0, top: 0, behavior: 'smooth'});
}
}
});
}