ソースを参照

https://github.com/BabylonJS/Babylon.js/issues/2010

Jaskar 8 年 前
コミット
caaabb277c
1 ファイル変更1 行追加0 行削除
  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;