Skip to content

Commit

Permalink
enable scroll restoration
Browse files Browse the repository at this point in the history
  • Loading branch information
rrchai committed Oct 26, 2023
1 parent 8744a14 commit 842a4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/openchallenges/app/src/app/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const appConfig: ApplicationConfig = {
routes,
withEnabledBlockingInitialNavigation(),
withInMemoryScrolling({
// scrollPositionRestoration: 'top',
scrollPositionRestoration: 'enabled',
})
),
],
Expand Down

0 comments on commit 842a4e5

Please sign in to comment.