mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
Merge commit 'f4242b95004215141fd1ef87d0a05e8d9d21c314' into def_releases_2021101911333232_ali-lowcode_ali-lowcode-engine/1.0.70
This commit is contained in:
commit
c20b844b20
@ -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