David Catuhe 6 年之前
父节点
当前提交
ad0f906cf5
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      Playground/js/menuPG.js

+ 4 - 0
Playground/js/menuPG.js

@@ -100,6 +100,10 @@ class MenuPG {
                 this.skipNextClick = false;
                 this.skipNextClick = false;
                 return;
                 return;
             }
             }
+
+            if (document.getElementById("saveLayer").style.display === "block") {
+                return;
+            }
             this.removeAllOptions();
             this.removeAllOptions();
         }.bind(this));
         }.bind(this));