Merge branch 'next' into feat/dragedge

This commit is contained in:
moklick
2020-11-30 11:04:31 +01:00
5 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ export function onMouseDown(
setConnectionNodeId({ connectionNodeId: nodeId, connectionHandleId: handleId, connectionHandleType: handleType });
if (onConnectStart) {
onConnectStart(event, { nodeId, handleType });
onConnectStart(event, { nodeId, handleId, handleType });
}
function resetRecentHandle(): void {