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 6071005 commit 7694985Copy full SHA for 7694985
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(history.state, "", window.location.pathname + window.location.search);
289
removeAllHighlights();
290
const id = getIdOfElement(lastEntry);
291
0 commit comments