You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scrollRestoration only affects POP navigation, not PUSH/REPLACE. The
real reason for window.scrollTo(0, 0) is that SPA route transitions
inherently keep the previous scroll position. Update the comment to
state that, and stop singling out PlotsPage since HomePage also sets
scrollRestoration.
0 commit comments