]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
Prefer "hide" since filters are not a modal
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index 1f98e9d2e2966e679d21dda22d4ddd7a1df0cc9c..438cb65125e3465effdf362365fa245eb4966804 100644 (file)
@@ -177,6 +177,7 @@ routes.push({
   imports: [
     RouterModule.forRoot(routes, {
       useHash: Boolean(history.pushState) === false,
+      // Redefined in app component
       scrollPositionRestoration: 'disabled',
       preloadingStrategy: PreloadSelectedModulesList,
       anchorScrolling: 'disabled'