swup / scroll-plugin

A swup plugin for smooth scrolling 🏄‍♂️
https://swup.js.org/plugins/scroll-plugin
MIT License
3 stars 8 forks source link

Extract `getResolvedUrl` and use it where necessary #48

Closed hirasso closed 1 year ago

hirasso commented 1 year ago

resetScrollPositions wasn't using the resolved version of a URL yet. This was leading to the scroll position for a page sometimes not being reset correctly. This PR fixes this.

Checks

daun commented 1 year ago

Looks good :)