David Catuhe hace 6 años
padre
commit
ad0f906cf5
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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));