Merge a2bbafff3f into 238750c025
This commit is contained in:
commit
c0488522b9
|
|
@ -85,7 +85,7 @@ export class SaveManager {
|
|||
if (this.isSaving) return;
|
||||
if (!this.hasPendingSave) return;
|
||||
|
||||
const activeProject = this.editor.project.getActive();
|
||||
const activeProject = this.editor.project.getActiveOrNull();
|
||||
if (!activeProject) return;
|
||||
if (this.editor.project.getIsLoading()) return;
|
||||
if (this.editor.project.getMigrationState().isMigrating) return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue