ninetails
11/23/2017 - 1:26 AM

Stop scroll on popstate

Stop scroll on popstate

// from https://stackoverflow.com/questions/10742422/prevent-browser-scroll-on-html5-history-popstate

if ('scrollRestoration' in history) {
  history.scrollRestoration = 'manual';
}