Merge remote-tracking branch 'Duologic/duologic/snaptogrid'

This commit is contained in:
Suzanne Soy 2023-09-21 21:35:41 +01:00
commit 3bd9243bd9

View File

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