-
My website also has a preview function. For example:
Does anyone have any suggestions to overcome this? |
Beta Was this translation helpful? Give feedback.
Answered by
daun
Aug 8, 2024
Replies: 1 comment 5 replies
-
You can disable scroll restoration for each visit. It's right in the docs: Disable scroll reset. swup.hooks.on('visit:start', (visit) => {
visit.scroll.reset = false
}) |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
bozdevs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can disable scroll restoration for each visit. It's right in the docs: Disable scroll reset.