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