MikaFil commited on
Commit
eba5978
·
verified ·
1 Parent(s): e2dc1e7

Update interface.js

Browse files
Files changed (1) hide show
  1. interface.js +1 -1
interface.js CHANGED
@@ -177,7 +177,7 @@ const currentScriptTag = document.currentScript;
177
  window.addEventListener('orientationchange', setMenuContentMaxSize);
178
 
179
  // --- HELP PANEL DEFAULT VISIBILITY ---
180
- menuContent.style.display = isMobile ? 'none' : 'block';
181
 
182
  viewerContainerElem.style.display = 'block';
183
 
 
177
  window.addEventListener('orientationchange', setMenuContentMaxSize);
178
 
179
  // --- HELP PANEL DEFAULT VISIBILITY ---
180
+ menuContent.style.display = 'block';
181
 
182
  viewerContainerElem.style.display = 'block';
183