Skip to content
Snippets Groups Projects

Issue #3338303: Stutters and causes slow load times on pages that use views

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -48,7 +48,7 @@
$("html, body").bind("scroll mousedown DOMMouseScroll mousewheel keyup", function () {
window.cancelAnimationFrame(frame);
});
scrollTo(0, 1200);
window.scrollTo({ top: 0, behavior: 'smooth' });
});
});
Loading