Co-authored-by: Felix Mariotto <[email protected]>
@@ -105,6 +105,7 @@
selectFile( file );
viewer.src = validRedirects.get( file );
+ viewer.style.display = 'unset';
}
@@ -221,6 +222,7 @@
window.location.hash = file;
viewer.focus();
panel.classList.remove( 'open' );
@@ -383,6 +383,7 @@ iframe {
width: 100%;
height: 100%;
overflow: auto;
+ display: none;
#viewer {