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.