mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-18 21:38:14 +00:00
Merge branch 'feat/0.16.12' of gitlab.alibaba-inc.com:ali-lowcode/ali-lowcode-engine into feat/0.16.12
This commit is contained in:
commit
ef8c218eb7
@ -70,6 +70,7 @@ export class Project {
|
|||||||
// FIXME: 这里的行为和 getSchema 并不对等,感觉不太对
|
// FIXME: 这里的行为和 getSchema 并不对等,感觉不太对
|
||||||
const doc = this.documents.find((doc) => doc.active);
|
const doc = this.documents.find((doc) => doc.active);
|
||||||
doc && doc.import(schema?.componentsTree[0]);
|
doc && doc.import(schema?.componentsTree[0]);
|
||||||
|
this.simulator?.rerender();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user