Sebastien Lebreton hace 5 años
padre
commit
08377043db
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Playground/js/main.js

+ 1 - 1
Playground/js/main.js

@@ -838,7 +838,7 @@ class Main {
         } else {
             monacoCreator.disposeDiff();
             diffView.style.display = "none";
-            if (menuPG.navBarMobile.offsetHeight > 0) {
+            if (menuPG.isMobileVersion) {
                 menuPG.resizeBigJsEditor();
             } else {
                 menuPG.resizeSplitted();