mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-05 09:47:20 +00:00
Merge commit 'cd9a991fbba98702b11f5bb7dc80e4ef5333ce1a' into def_releases_202111221049066_ali-lowcode_ali-lowcode-engine/1.0.73
This commit is contained in:
commit
15627b3ed9
@ -53,7 +53,7 @@ export class DocumentModel {
|
||||
/**
|
||||
* 模态节点管理
|
||||
*/
|
||||
readonly modalNodesManager: ModalNodesManager;
|
||||
private modalNodesManager: ModalNodesManager;
|
||||
|
||||
private _nodesMap = new Map<string, Node>();
|
||||
|
||||
@ -369,7 +369,7 @@ export class DocumentModel {
|
||||
this.internalRemoveAndPurgeNode(node, true);
|
||||
});
|
||||
this.rootNode?.import(schema as any, checkId);
|
||||
|
||||
this.modalNodesManager = new ModalNodesManager(this);
|
||||
// todo: select added and active track added
|
||||
if (drillDownNodeId) {
|
||||
this.drillDown(this.getNode(drillDownNodeId));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user