reaflow
reaflow copied to clipboard
Fix edge position when dragging from node
When you drag from a node w/ a port it puts the arrow in the middle.
however if you drag from the port itself it works as expected.
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.