mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
fix: 修复 Rax 画布下渲染低代码组件错误问题
This commit is contained in:
parent
101cb7ae99
commit
162a715dd8
@ -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