Fix expansion for item pointed to by the URL hash
This commit is contained in:
parent
175cd9b199
commit
1afea79e42
@ -480,6 +480,8 @@ function hideThemeButtonState() {
|
||||
}
|
||||
// Open all ancestor <details> to make this element visible.
|
||||
openParentDetails(h3.parentNode);
|
||||
} else {
|
||||
openParentDetails(elem.parentNode);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user