Browse Source

Merge pull request #2028 from Jaskar/master

https://github.com/BabylonJS/Babylon.js/issues/2010
David Catuhe 8 năm trước cách đây
mục cha
commit
069a6145e1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;