From aabca93c27a73baf051c4d650224e09553b28f8f Mon Sep 17 00:00:00 2001 From: roymondchen Date: Tue, 2 Jul 2024 21:09:18 +0800 Subject: [PATCH] =?UTF-8?q?fix(editor):=20=E6=9B=B4=E6=96=B0=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E5=90=8E=EF=BC=8C=E9=9C=80=E8=A6=81=E5=B0=86=E5=AE=B9?= =?UTF-8?q?=E5=99=A8=E5=86=85=E7=9A=84=E4=BE=9D=E8=B5=96=E9=87=8D=E6=96=B0?= =?UTF-8?q?=E6=94=B6=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/initService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/src/initService.ts b/packages/editor/src/initService.ts index 788383c51..e252bfc7a 100644 --- a/packages/editor/src/initService.ts +++ b/packages/editor/src/initService.ts @@ -362,7 +362,7 @@ export const initServiceEvents = ( // 节点更新,收集依赖 const nodeUpdateHandler = (nodes: MNode[]) => { - collectIdle(nodes, false); + collectIdle(nodes, true); }; // 节点删除,清除对齐的依赖收集