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;
                 return;
             }
+
+            if (document.getElementById("saveLayer").style.display === "block") {
+                return;
+            }
             this.removeAllOptions();
         }.bind(this));