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.
2 parents 3b99733 + a301769 commit db170aaCopy full SHA for db170aa
scaladoc/resources/dotty_res/scripts/ux.js
@@ -309,6 +309,10 @@ document
309
var selected = document.getElementById(location.hash.substring(1));
310
if (selected) {
311
selected.classList.toggle("expand");
312
+ selected.classList.toggle("expanded");
313
+ const btn = selected.querySelector(".icon-button");
314
+ btn.classList.toggle("expand");
315
+ btn.classList.toggle("expanded");
316
}
317
318
0 commit comments