Merge commit 'cd9a991fbba98702b11f5bb7dc80e4ef5333ce1a' into def_releases_202111221049066_ali-lowcode_ali-lowcode-engine/1.0.73

This commit is contained in:
tbfed 2021-11-29 14:19:37 +08:00
commit 15627b3ed9

View File

@ -53,7 +53,7 @@ export class DocumentModel {
/** /**
* *
*/ */
readonly modalNodesManager: ModalNodesManager; private modalNodesManager: ModalNodesManager;
private _nodesMap = new Map<string, Node>(); private _nodesMap = new Map<string, Node>();
@ -369,7 +369,7 @@ export class DocumentModel {
this.internalRemoveAndPurgeNode(node, true); this.internalRemoveAndPurgeNode(node, true);
}); });
this.rootNode?.import(schema as any, checkId); this.rootNode?.import(schema as any, checkId);
this.modalNodesManager = new ModalNodesManager(this);
// todo: select added and active track added // todo: select added and active track added
if (drillDownNodeId) { if (drillDownNodeId) {
this.drillDown(this.getNode(drillDownNodeId)); this.drillDown(this.getNode(drillDownNodeId));