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
I'm seeing a bug that makes it difficult to use the API docs. If you visit a link, hit the back button and then try to visit a different link, it will navigate back to the first link. It seems to get stuck on the first link you visit.
I'm seeing a bug that makes it difficult to use the API docs. If you visit a link, hit the back button and then try to visit a different link, it will navigate back to the first link. It seems to get stuck on the first link you visit.
to reproduce:
true
link. Browser navigates to http://cljs.github.io/api/syntax/#true as expected.number literal
link. Expecting browser to navigate to http://cljs.github.io/api/syntax#number but instead goes back to http://cljs.github.io/api/syntax/#true.true
.I saw this is on MacOS Sierra 10.12.6 with Safari 11.0.3.
The text was updated successfully, but these errors were encountered: