diff --git a/apps/ai-game-creator-shell/src/view/ui-editor/useUiEditorPage.ts b/apps/ai-game-creator-shell/src/view/ui-editor/useUiEditorPage.ts index b7637d6c1..56ad362ab 100644 --- a/apps/ai-game-creator-shell/src/view/ui-editor/useUiEditorPage.ts +++ b/apps/ai-game-creator-shell/src/view/ui-editor/useUiEditorPage.ts @@ -1343,12 +1343,7 @@ export function useUiEditorSession( } async function save(options?: { allowDuringSeparation?: boolean }) { - const allowDuringSeparation = - options?.allowDuringSeparation === true && - isSeparating && - !isSuggesting && - !isRecognizing && - !isMerging; + const allowDuringSeparation = options?.allowDuringSeparation === true; if ( !resourceId || isSaving ||