ssorallen / turbo-react

A JavaScript library that transitions between static HTML pages on navigation; no app server required.
https://turbo-react.herokuapp.com/
Apache License 2.0
274 stars 16 forks source link

Retain scroll position across updates #4

Closed ssorallen closed 10 years ago

ssorallen commented 10 years ago

When clicking "Re-request this page", the page is scrolled to the top after the page updates. It should retain the current scroll position.

ssorallen commented 10 years ago

On second thought, this is expected behavior.