Sebastien Lebreton 5 năm trước cách đây
mục cha
commit
08377043db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();