David Catuhe 6 years ago
parent
commit
ad0f906cf5
1 changed files with 4 additions and 0 deletions
  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));