瀏覽代碼

Manual: Hide export button.

Mugen87 3 年之前
父節點
當前提交
664f1582f8
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      manual/examples/resources/editor.html

+ 4 - 1
manual/examples/resources/editor.html

@@ -190,6 +190,9 @@ button:focus {
     border-bottom: none !important;
     border-top: 5px solid #666 !important;
 }
+.button-export {
+	display: none; /* TODO: Fix export with import maps */
+}
 .button-result {
     margin-left: 2em !important;
 }
@@ -281,4 +284,4 @@ button:focus {
 <script src="editor-settings.js"></script>
 <script src="editor.js"></script>
 
-</html>
+</html>