keepthatworktoyourself / wombat

Not another website builder. Public repo — raise issues, request features, get help.
2 stars 0 forks source link

Remove tiny-scrollto #388

Closed bhallstein closed 2 months ago

bhallstein commented 6 months ago

Use scrollTo instead, as in most places.

NB we currently have:

Should unify any scroll helper locations.

NB2 The only complicated thing is about scrolling the page, when app loaded there is an iframe that needs to be scrolled (vs when app not loaded, the main window does). Helper funcs can transparently handle this.