mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-06-02 21:50:47 +00:00
Merge commit 'c48d61acb5b4d280300bf4ba70a5271ba00d71d0' into def_releases_2021101911333232_ali-lowcode_ali-lowcode-engine/1.0.70
This commit is contained in:
commit
ccd67ffad6
@ -446,7 +446,9 @@ export function leafWrapper(Comp: types.IBaseRenderer, {
|
|||||||
|
|
||||||
LeafWrapper.displayName = (Comp as any).displayName;
|
LeafWrapper.displayName = (Comp as any).displayName;
|
||||||
|
|
||||||
|
if (curDocumentId) {
|
||||||
cache.component.set(schema.componentName, LeafWrapper);
|
cache.component.set(schema.componentName, LeafWrapper);
|
||||||
|
}
|
||||||
|
|
||||||
return LeafWrapper;
|
return LeafWrapper;
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user