From 3371337346042861b07c4b10555576178d6231a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Fri, 18 Sep 2026 16:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=91=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E5=9B=9E=E8=B0=83=E6=9C=AA=E4=BD=BF=E7=94=A8=E5=8F=82=E6=95=B0?= =?UTF-8?q?=20=E4=B8=BA=E8=B7=A8=E6=A0=91=E9=80=89=E6=8B=A9=E5=9B=9E?= =?UTF-8?q?=E8=B0=83=E5=8F=82=E6=95=B0=E6=B7=BB=E5=8A=A0=E4=B8=8B=E5=88=92?= =?UTF-8?q?=E7=BA=BF=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/view/ui-editor/components/InputSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src/view/ui-editor/components/InputSidebar.tsx b/apps/ai-game-creator-shell/src/view/ui-editor/components/InputSidebar.tsx index 6c2b83cf5..1734f1085 100644 --- a/apps/ai-game-creator-shell/src/view/ui-editor/components/InputSidebar.tsx +++ b/apps/ai-game-creator-shell/src/view/ui-editor/components/InputSidebar.tsx @@ -83,7 +83,7 @@ export function InputSidebar({ input }: { input: UiEditorInputProjection }) { focusRequest={focusRequest} treeIdForNode={(nodeId) => treeIdByNodeId.get(nodeId) ?? null} isNodePreviewVisible={input.isNodePreviewVisible} - onSelectNode={(treeId, nodeId) => { + onSelectNode={(_treeId, nodeId) => { // react-arborist emits `onSelect` when its controlled `selection` // prop is updated. Overview navigation updates the selection and // the status highlight in the same render, so treating that