mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-19 05:48:17 +00:00
fix: 修复 Rax 画布下渲染低代码组件错误问题
This commit is contained in:
parent
101cb7ae99
commit
162a715dd8
@ -152,7 +152,7 @@ export function leafWrapper(Comp: types.IBaseRenderer, {
|
|||||||
getNode,
|
getNode,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (cache.component.has(schema.componentName)) {
|
if (curDocumentId && cache.component.has(schema.componentName)) {
|
||||||
return cache.component.get(schema.componentName);
|
return cache.component.get(schema.componentName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user