Hacker News new | ask | show | jobs
by amaury_bouchard 95 days ago
No worries! You can prevent the page from scrolling to the top by adding `mu-scroll="false"` to the link or form triggering the request. You can also disable it globally with `mu.init({ scroll: false })`.

In the Playground, the scroll-to-top behavior is intentiona, it's there to illustrate that feature.

1 comments

Awesome. Thank you.