We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c2b66 commit 657ae6eCopy full SHA for 657ae6e
scaladoc/resources/dotty_res/scripts/ux.js
@@ -285,7 +285,7 @@ document
285
getTocListElement(id).parentElement.classList.toggle("active");
286
}
287
if (lastEntry.isIntersecting) {
288
- window.location.hash = "";
+ history.replaceState({}, document.title, window.location.pathname + window.location.search);
289
removeAllHighlights();
290
const id = getIdOfElement(lastEntry);
291
0 commit comments