Fix expansion for item pointed to by the URL hash

This commit is contained in:
Guillaume Gomez 2021-04-25 15:23:07 +02:00
parent 175cd9b199
commit 1afea79e42

View file

@ -480,6 +480,8 @@ function hideThemeButtonState() {
}
// Open all ancestor <details> to make this element visible.
openParentDetails(h3.parentNode);
} else {
openParentDetails(elem.parentNode);
}
}
}