chore(store): fix typo

This commit is contained in:
moklick
2023-03-20 17:35:38 +01:00
parent 0f2eee7706
commit ee8e618c9d
@@ -94,7 +94,7 @@ export function handlePointerDown({
connectionHandleType: handleType, connectionHandleType: handleType,
connectionStatus: null, connectionStatus: null,
connectionTargetNodeId: null, connectionTargetNodeId: null,
connectionTargetHandeId: null, connectionTargetHandleId: null,
}); });
onConnectStart?.(event, { nodeId, handleId, handleType }); onConnectStart?.(event, { nodeId, handleId, handleType });