reaflow icon indicating copy to clipboard operation
reaflow copied to clipboard

Fix edge position when dragging from node

Open amcdnl opened this issue 4 years ago • 0 comments

When you drag from a node w/ a port it puts the arrow in the middle.

image

however if you drag from the port itself it works as expected.

image

this is because the position is coming from the port itself rather than a calculated position. Need to figure out how to make react-use-gesture use that instead of the elm itis using.

amcdnl avatar Dec 07 '20 13:12 amcdnl