From 891cf50c0eb69a5815da1cfbe60feffa632eb1d1 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 21:18:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8C=89=E8=8A=82=E7=82=B9=E9=87=8D=E7=BD=AE?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=A3=80=E6=9F=A5=E9=9D=A2=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 为 ComponentPanel 绑定节点 key,切换节点时清理折叠与确认状态。 --- .../src/view/ui-editor/components/Inspector/InspectorSidebar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ai-game-creator-shell/src/view/ui-editor/components/Inspector/InspectorSidebar.tsx b/apps/ai-game-creator-shell/src/view/ui-editor/components/Inspector/InspectorSidebar.tsx index 97c962104..15e77c8e7 100644 --- a/apps/ai-game-creator-shell/src/view/ui-editor/components/Inspector/InspectorSidebar.tsx +++ b/apps/ai-game-creator-shell/src/view/ui-editor/components/Inspector/InspectorSidebar.tsx @@ -489,6 +489,7 @@ function NodeInspector({ onChange={onLayoutChange} />