You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using smoothScroll on a single-page app (with nuxt.js). On loading the site at first or after refresh everything works as expected. After a page change (effectively the DOM is manipulated), it does not work anymore.
I assume I'll have to re-initialize the library in some way, so it fetches the latest DOM contents?
Is there a method to do this?
The text was updated successfully, but these errors were encountered:
I'm using smoothScroll on a single-page app (with nuxt.js). On loading the site at first or after refresh everything works as expected. After a page change (effectively the DOM is manipulated), it does not work anymore.
I assume I'll have to re-initialize the library in some way, so it fetches the latest DOM contents?
Is there a method to do this?
The text was updated successfully, but these errors were encountered: