chore(store): add current connection result closes #2916

This commit is contained in:
moklick
2023-03-20 17:33:15 +01:00
parent 5bcf586694
commit 0f2eee7706
9 changed files with 69 additions and 3 deletions
+2
View File
@@ -31,6 +31,8 @@ const initialState: ReactFlowStore = {
connectionNodeId: null,
connectionHandleId: null,
connectionHandleType: 'source',
connectionTargetNodeId: null,
connectionTargetHandleId: null,
connectionPosition: { x: 0, y: 0 },
connectionStatus: null,
connectionMode: ConnectionMode.Strict,