fix: merge register to node & basic props back to shape options

This commit is contained in:
多牧 2020-06-03 16:59:14 +08:00 committed by Moyee
parent f496d3fbc9
commit a12c4707b6

View File

@ -12,7 +12,6 @@ import * as Algorithm from './algorithm';
const registerNode = Shape.registerNode; const registerNode = Shape.registerNode;
const registerEdge = Shape.registerEdge; const registerEdge = Shape.registerEdge;
const registerCombo = Shape.registerCombo; const registerCombo = Shape.registerCombo;
const registerNodeByXML = Shape.registerNodeByXML;
const registerBehavior = Behaviors.registerBehavior; const registerBehavior = Behaviors.registerBehavior;
const registerLayout = Layout.registerLayout; const registerLayout = Layout.registerLayout;
const Minimap = Plugins.Minimap; const Minimap = Plugins.Minimap;
@ -58,7 +57,6 @@ export default {
registerCombo: Shape.registerCombo, registerCombo: Shape.registerCombo,
registerBehavior: Behaviors.registerBehavior, registerBehavior: Behaviors.registerBehavior,
registerLayout: Layout.registerLayout, registerLayout: Layout.registerLayout,
registerNodeByXML: Shape.registerNodeByXML,
Layout, Layout,
Global, Global,
Minimap: Plugins.Minimap, Minimap: Plugins.Minimap,