This commit is contained in:
gewu2022 2026-05-25 01:55:06 +09:00 committed by GitHub
commit c0488522b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;