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 2ee3914Copy full SHA for 2ee3914
scaladoc/resources/dotty_res/scripts/ux.js
@@ -284,13 +284,13 @@ document
284
285
getTocListElement(id).parentElement.classList.toggle("active");
286
}
287
- if (lastEntry.isIntersecting) {
288
- window.location.hash = "";
289
- removeAllHighlights();
290
- const id = getIdOfElement(lastEntry);
+ // if (lastEntry.isIntersecting) {
+ // window.location.hash = "";
+ // removeAllHighlights();
+ // const id = getIdOfElement(lastEntry);
291
292
- getTocListElement(id).parentElement.classList.toggle("active");
293
- }
+ // getTocListElement(id).parentElement.classList.toggle("active");
+ // }
294
},
295
{
296
rootMargin: "-10% 0px -50%",
0 commit comments