convert to base64 before export as CORS restrictions would break the export of linked images (#1003)

This commit is contained in:
JFH
2024-10-26 19:26:11 +02:00
committed by GitHub
parent 29216f4f68
commit 346378ead6
4 changed files with 169 additions and 143 deletions

View File

@@ -17,7 +17,7 @@ class MainMenu {
/**
* @type {Integer}
*/
this.exportWindowCt = 0
this.editor.exportWindowCt = 0
}
/**