diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-08 15:06:58 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-01-09 11:15:15 +0100 |
commit | 07a982363fcc6f838dd3f5c2039a2affaea3b0b2 (patch) | |
tree | 2c39652bc0f305502d6d7c9a72f4a71d37407a54 /client/src/app/app-routing.module.ts | |
parent | 2f1548fda32c3ba9e53913270394eedfacd55986 (diff) | |
download | PeerTube-07a982363fcc6f838dd3f5c2039a2affaea3b0b2.tar.gz PeerTube-07a982363fcc6f838dd3f5c2039a2affaea3b0b2.tar.zst PeerTube-07a982363fcc6f838dd3f5c2039a2affaea3b0b2.zip |
Correctly scroll in notification preferences
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r-- | client/src/app/app-routing.module.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index 545d6aeda..cff37a7d6 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -43,7 +43,8 @@ const routes: Routes = [ | |||
43 | imports: [ | 43 | imports: [ |
44 | RouterModule.forRoot(routes, { | 44 | RouterModule.forRoot(routes, { |
45 | useHash: Boolean(history.pushState) === false, | 45 | useHash: Boolean(history.pushState) === false, |
46 | preloadingStrategy: PreloadSelectedModulesList | 46 | preloadingStrategy: PreloadSelectedModulesList, |
47 | anchorScrolling: 'enabled' | ||
47 | }) | 48 | }) |
48 | ], | 49 | ], |
49 | providers: [ | 50 | providers: [ |