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 was archived by the owner on Dec 9, 2019. It is now read-only.
This completely destroys my browser history. After playing around with this for a bit yesterday, I had to delete literally thousands of browser history entries.
Instead of setting location.href it should use history.replaceState. That way I keep a single history entry that gets updated with the state. Selecting an example could push a new history entry, but all other edit actions shouldn't.
This completely destroys my browser history. After playing around with this for a bit yesterday, I had to delete literally thousands of browser history entries.
Instead of setting
location.hrefit should usehistory.replaceState. That way I keep a single history entry that gets updated with the state. Selecting an example could push a new history entry, but all other edit actions shouldn't.