@@ -1911,6 +1911,12 @@
const selectedPage = window.location.hash.substring( 1 );
+ if ( selectedPage === '' ) {
+
+ panel.classList.add( 'open' );
+ }
const links = navigation.querySelectorAll( 'a' );
links.forEach( link => {
@@ -118,6 +118,12 @@
}
+ if ( selected === null ) {
if ( viewer.src === '' ) {
viewer.srcdoc = document.getElementById( 'PlaceholderHTML' ).innerHTML;