We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because the new root url redirects to a new document, going back will create a new document.
We probably need to manage history better.
Perhaps we shouldn't create a new document without user interaction, as it is a bit surprising.
The text was updated successfully, but these errors were encountered:
the simplest solution here is to use history.replaceState so there's no "back" history entry to go back to
history.replaceState
Sorry, something went wrong.
reworking history handling will also affect #311
No branches or pull requests
Because the new root url redirects to a new document, going back will create a new document.
We probably need to manage history better.
Perhaps we shouldn't create a new document without user interaction, as it is a bit surprising.
The text was updated successfully, but these errors were encountered: