Replies: 1 comment 1 reply
-
You might wanna check the Easy Connect example in the repo (it's not on the docs though). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I'm developing a whiteboard. Is there a way to let a handle has full position to auto generate Edge by nodes relative position?
I want to let user click the
Node
to drag aEdge
to anotherNode
, and theEdge
will auto change the source position and target position.But in my version(1.41.5), the handle only can has one position of
Position
, likePosition.Top
orPosition.Bottom
. It means I can only click a handle at a side of theNode
to let the Edge start with the correct side.In the official demo like below, I can only click the top or bottom handle to start connect.
I tried to calculate the position on connect start, but the Graph cannot update immediately.
Beta Was this translation helpful? Give feedback.
All reactions