Merge branch 'main' of https://gitlab.com/phenomLi/StructV2 into main

This commit is contained in:
黎智洲
2021-12-03 17:22:44 +08:00
7 changed files with 37 additions and 107 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export class Renderer {
},
fitView: false,
modes: {
default: InitViewBehaviors(this.engine.optionsTable)
default: InitViewBehaviors()
},
plugins: [tooltip]
});
+1 -5
View File
@@ -50,7 +50,7 @@ export class ViewContainer {
// InitZoomCanvas(g6Instance, g6GeneralGroup);
}
FixNodeMarkerDrag(g6Instance, this.engine.optionsTable);
FixNodeMarkerDrag(g6Instance);
}
@@ -144,10 +144,6 @@ export class ViewContainer {
this.prevLayoutGroupTable = layoutGroupTable;
this.prevModelList = modelList;
// modelList.forEach(item => {
// console.log(item.getModelType(), item.getBound());
// });
}
/**