Merge branch 'master' of git.noarch.de:hardi/opt-cc into release/v1.6.12
commit
554985a356
|
@ -30,9 +30,6 @@ export class AppComponent {
|
||||||
}
|
}
|
||||||
if (event instanceof NavigationEnd) {
|
if (event instanceof NavigationEnd) {
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
if (router.url.includes(RouteConfig.overviewPath)) {
|
|
||||||
window.scrollTo({left: 0, top: 0, behavior: 'smooth'});
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue