Merge branch 'next' into absolute-origin
This commit is contained in:
@@ -79,8 +79,6 @@ const getInitialState = ({
|
||||
nodesSelectionActive: false,
|
||||
userSelectionActive: false,
|
||||
userSelectionRect: null,
|
||||
connectionPosition: { x: 0, y: 0 },
|
||||
connectionStatus: null,
|
||||
connectionMode: ConnectionMode.Strict,
|
||||
domNode: null,
|
||||
paneDragging: false,
|
||||
@@ -106,8 +104,12 @@ const getInitialState = ({
|
||||
|
||||
multiSelectionActive: false,
|
||||
|
||||
connectionStartHandle: null,
|
||||
connectionEndHandle: null,
|
||||
connection: {
|
||||
fromHandle: null,
|
||||
toHandle: null,
|
||||
position: { x: 0, y: 0 },
|
||||
isValid: null,
|
||||
},
|
||||
connectionClickStartHandle: null,
|
||||
connectOnClick: true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user