From 0a102ea1c37e5f221efa9201ef1f896a1d132037 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 17:10:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E5=B9=B6=E9=A2=84=E8=A7=88=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E7=B1=BB=E5=9E=8B=E5=AF=BC=E5=85=A5=20=E5=A4=8D?= =?UTF-8?q?=E7=94=A8=E5=8D=95=E4=B8=80=20Node=20=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/view/ui-editor/components/preview/PreviewWorkspace.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/ai-game-creator-shell/src/view/ui-editor/components/preview/PreviewWorkspace.tsx b/apps/ai-game-creator-shell/src/view/ui-editor/components/preview/PreviewWorkspace.tsx index 3d93b5212..afd4beb7c 100644 --- a/apps/ai-game-creator-shell/src/view/ui-editor/components/preview/PreviewWorkspace.tsx +++ b/apps/ai-game-creator-shell/src/view/ui-editor/components/preview/PreviewWorkspace.tsx @@ -30,7 +30,6 @@ import { import { findNodePageContext } from '../../../../features/ui-editor/nodeTransformGeometry'; import type { Node } from '../../../../features/ui-editor/types/Node'; -import type { Node as UiNode } from '../../../../features/ui-editor/types/Node'; import type { NodeId } from '../../../../features/ui-editor/types/NodeId'; import type { UiEditorCanvasProjection } from '../../useUiEditorPage'; import { UiNodeContextMenu } from '../UiNodeContextMenu'; @@ -464,7 +463,7 @@ export function PreviewWorkspace({ const handleNodeContextMenu = ( event: ReactMouseEvent, - node: UiNode, + node: Node, isPageRoot: boolean, treeId?: string, ) => {