mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 09:47:20 +00:00
fix: 修复部分情况发现循环渲染问题
This commit is contained in:
parent
de5d0650df
commit
72098d6550
@ -451,9 +451,8 @@ export function leafWrapper(Comp: types.IBaseRenderer, {
|
|||||||
nodeChildren: nextChild,
|
nodeChildren: nextChild,
|
||||||
childrenInState: true,
|
childrenInState: true,
|
||||||
});
|
});
|
||||||
|
this.judgeMiniUnitRender();
|
||||||
});
|
});
|
||||||
this.judgeMiniUnitRender();
|
|
||||||
|
|
||||||
dispose && this.disposeFunctions.push(dispose);
|
dispose && this.disposeFunctions.push(dispose);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user