mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-05-02 07:54:13 +08:00
fix(editor): 更新容器后,需要将容器内的依赖重新收集
This commit is contained in:
parent
c8870c5c12
commit
aabca93c27
@ -362,7 +362,7 @@ export const initServiceEvents = (
|
|||||||
|
|
||||||
// 节点更新,收集依赖
|
// 节点更新,收集依赖
|
||||||
const nodeUpdateHandler = (nodes: MNode[]) => {
|
const nodeUpdateHandler = (nodes: MNode[]) => {
|
||||||
collectIdle(nodes, false);
|
collectIdle(nodes, true);
|
||||||
};
|
};
|
||||||
|
|
||||||
// 节点删除,清除对齐的依赖收集
|
// 节点删除,清除对齐的依赖收集
|
||||||
|
Loading…
x
Reference in New Issue
Block a user