David Catuhe 6 anos atrás
pai
commit
ad0f906cf5
1 arquivos alterados com 4 adições e 0 exclusões
  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));