mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
Merge branch refactor/leafVisible into release/1.0.70
Title: fix: 修复 Rax 画布下渲染低代码组件错误问题 Link: https://code.aone.alibaba-inc.com/ali-lowcode/ali-lowcode-engine/codereview/6738498
This commit is contained in:
commit
f4242b9500
@ -152,7 +152,7 @@ export function leafWrapper(Comp: types.IBaseRenderer, {
|
||||
getNode,
|
||||
});
|
||||
|
||||
if (cache.component.has(schema.componentName)) {
|
||||
if (curDocumentId && cache.component.has(schema.componentName)) {
|
||||
return cache.component.get(schema.componentName);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user