From 6dbc4a39cb074e5ac5f33668f973c778b4324f94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Mon, 14 Sep 2026 10:16:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=20InspectorSidebar?= =?UTF-8?q?=20=E4=B8=AD=E7=9A=84=20LayoutEditor=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E4=BB=A5=E6=9A=82=E6=97=B6=E7=A6=81=E7=94=A8=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Inspector/InspectorSidebar.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 15e77c8e7..64cf5c1b8 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 @@ -284,7 +284,7 @@ function NodeInspector({ onMetadataChange, highlightedStatusField, onTransformChange, - onLayoutChange, + // onLayoutChange, sprites, previewUrls, fonts, @@ -483,11 +483,11 @@ function NodeInspector({ readOnly={transformReadOnly || isReadOnly} onChange={onTransformChange} /> - + {/**/}