历史回退的时候保持原有的滚动
2019-07-10 本文已影响0人
进击的前端
虽然改了scroll top,但是历史回退的时候保持原有滚动个
if ('scrollRestoration' in history) {
history.scrollRestoration = 'manual';
}
虽然改了scroll top,但是历史回退的时候保持原有滚动个
if ('scrollRestoration' in history) {
history.scrollRestoration = 'manual';
}