fix(editor): 更新容器后,需要将容器内的依赖重新收集

This commit is contained in:
roymondchen 2024-07-02 21:09:18 +08:00
parent c8870c5c12
commit aabca93c27

View File

@ -362,7 +362,7 @@ export const initServiceEvents = (
// 节点更新,收集依赖
const nodeUpdateHandler = (nodes: MNode[]) => {
collectIdle(nodes, false);
collectIdle(nodes, true);
};
// 节点删除,清除对齐的依赖收集