Skip to content

Commit

Permalink
fix(editor): 更新容器后,需要将容器内的依赖重新收集
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed Jul 2, 2024
1 parent c8870c5 commit aabca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/initService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export const initServiceEvents = (

// 节点更新,收集依赖
const nodeUpdateHandler = (nodes: MNode[]) => {
collectIdle(nodes, false);
collectIdle(nodes, true);
};

// 节点删除,清除对齐的依赖收集
Expand Down

0 comments on commit aabca93

Please sign in to comment.