Browse Source

Manual: Hide export button.

Mugen87 3 years ago
parent
commit
664f1582f8
1 changed files with 4 additions and 1 deletions
  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-bottom: none !important;
     border-top: 5px solid #666 !important;
     border-top: 5px solid #666 !important;
 }
 }
+.button-export {
+	display: none; /* TODO: Fix export with import maps */
+}
 .button-result {
 .button-result {
     margin-left: 2em !important;
     margin-left: 2em !important;
 }
 }
@@ -281,4 +284,4 @@ button:focus {
 <script src="editor-settings.js"></script>
 <script src="editor-settings.js"></script>
 <script src="editor.js"></script>
 <script src="editor.js"></script>
 
 
-</html>
+</html>