layoutEngineType: SnapToGrid

This commit is contained in:
Duologic 2020-07-22 09:19:37 +02:00
parent f980b4492b
commit 73cfd27b58

View File

@ -263,7 +263,7 @@ class GraphView extends GraphViewBase {
} }
GraphView.defaultProps = merge(GraphViewBase.defaultProps, { GraphView.defaultProps = merge(GraphViewBase.defaultProps, {
layoutEngineType: null, layoutEngineType: 'SnapToGrid',
}); });
class Node extends NodeBase { class Node extends NodeBase {