Explorar el Código

Merge pull request #2028 from Jaskar/master

https://github.com/BabylonJS/Babylon.js/issues/2010
David Catuhe hace 8 años
padre
commit
069a6145e1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Playground/js/index.js

+ 1 - 0
Playground/js/index.js

@@ -216,6 +216,7 @@
             // document.getElementById("metadataButton").style.display = "none";
         };
         showNoMetadata();
+        document.getElementById("saveMessage").style.display = "none";
 
         var hideNoMetadata = function () {
             document.getElementById("saveFormTitle").readOnly = true;