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 973337c9f8
commit 59819b5e41

View File

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