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
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
Hi, I have a problem
I want to store
#main-container(overflow:scroll)
's scrollTop,that when I click browser's
back
button, I can use it to set scrollTop.But, I find I can't write anything in
history.state
, it will rewrite by turbolinkschange page and back
I had to use
localStorage
how cant I use
history.state
to do this ?The text was updated successfully, but these errors were encountered: