mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-10 01:48:18 +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>();
|
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));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user