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 Jun 4, 2024. It is now read-only.
If I use html.A("Go to section1", href="#section1")
to scroll to an anchor, the page seems to refresh and lose its state. This makes it very difficult to use anchor tags at all because state is instantly lost... Ideally, I would like to store state within the url but this isn't currently possible because of #44
Not sure if this is a bug or just a problem with my implimentation though.
The text was updated successfully, but these errors were encountered:
dldx
changed the title
Clicking on an anchor tag refresh the page
Clicking on an anchor tag refreshes the page and loses state
Feb 15, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I use
html.A("Go to section1", href="#section1")
to scroll to an anchor, the page seems to refresh and lose its state. This makes it very difficult to use anchor tags at all because state is instantly lost... Ideally, I would like to store state within the url but this isn't currently possible because of #44
Not sure if this is a bug or just a problem with my implimentation though.
The text was updated successfully, but these errors were encountered: