From 7e7d6f1563846c213728e810f37791b60da44988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Sat, 12 Sep 2026 13:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=BF=99=E7=A2=8C=E6=97=B6?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E5=88=87=E5=88=86=E9=9A=90=E8=97=8F=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在清理恢复对话框前检查分离与工作流忙碌状态 --- .../ai-game-creator-shell/src/view/ui-editor/useUiEditorPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 584ec4c9f..5074d58b2 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 @@ -1276,7 +1276,7 @@ export function useUiEditorSession( } async function continueSeparation() { - if (!resourceId) return; + if (!resourceId || isSeparating || isWorkflowBusy) return; setSeparationRecovery(null); try { const recovery = await invoke(