Production release May 2024 [EXPLORE] #40

Merged
konstantina.galouni merged 81 commits from develop into master 2024-05-23 18:26:50 +02:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit 8bcafd3026 - Show all commits

View File

@ -28,7 +28,7 @@ export class SmoothScroll {
if (this.interval) {
clearInterval(this.interval);
}
const fragment = router.parseUrl(routerurl).fragment;
const fragment = router.parseUrl(router.url).fragment;
if (this.lastComponent !== this.currentComponent) {
window.scrollTo({top: 0});
}
@ -77,5 +77,4 @@ export class SmoothScroll {
clearInterval(this.interval);
}
}
}
.
}