feat: Show connection lines when holding down on handle
This commit is contained in:
@@ -93,7 +93,6 @@ export const getEdgePositions = (
|
||||
const sourceHandlePos = getHandlePosition(sourcePosition, sourceNode, sourceHandle);
|
||||
const targetHandlePos = getHandlePosition(targetPosition, targetNode, targetHandle);
|
||||
|
||||
console.log('getting edge positions');
|
||||
return {
|
||||
sourceX: sourceHandlePos.x,
|
||||
sourceY: sourceHandlePos.y,
|
||||
|
||||
Reference in New Issue
Block a user