diff --git a/src/editor/Editor.js b/src/editor/Editor.js index afa6a7a7..54db8a5e 100644 --- a/src/editor/Editor.js +++ b/src/editor/Editor.js @@ -1353,7 +1353,7 @@ class Editor extends EditorStartup { }) .then((str) => { this.loadSvgString(str, { noAlert }) - return str + resolve(str) }) .catch((error) => { if (noAlert) {