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 e31f9a3f3..034dec6db 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 @@ -1009,6 +1009,7 @@ export function useUiEditorSession( }, ); editor.replaceState(applyRecognitionAndBindingResult(snapshot, result)); + setSelectedNodeId(null); setBindingStatus('组件绑定完成。'); setHasBound(true); });