npm run build

This commit is contained in:
JFH
2021-01-02 00:13:07 +01:00
parent 2f3c0c9180
commit 47bf324121
122 changed files with 668 additions and 9996 deletions

View File

@@ -362,7 +362,7 @@ class EmbeddedSVGEdit {
let sameOriginWithGlobal = false;
try {
sameOriginWithGlobal = window.location.origin === that.frame.contentWindow.location.origin &&
that.frame.contentWindow.svgEditor.canvas;
that.frame.contentWindow.svgEditor.svgCanvas;
} catch (err) {}
if (sameOriginWithGlobal) {