chore(store): fix typo

This commit is contained in:
moklick
2023-03-20 17:35:38 +01:00
parent 0f2eee7706
commit ee8e618c9d

View File

@@ -94,7 +94,7 @@ export function handlePointerDown({
connectionHandleType: handleType,
connectionStatus: null,
connectionTargetNodeId: null,
connectionTargetHandeId: null,
connectionTargetHandleId: null,
});
onConnectStart?.(event, { nodeId, handleId, handleType });