You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Needs to be delayed until the end of the current call stack so the existing demo artwork dialog can be closed first, otherwise this dialog won't show
59
-
setTimeout(()=>{
60
-
editor.handle.errorDialog("Failed to open document","The file could not be reached over the internet. You may be offline, or it may be missing.");
61
-
},0);
53
+
// Use filename as document name, removing the extension if it exists
0 commit comments