-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a Smart equivalent to React Flow's Floating Edge #13
Comments
Hey @AnhHuy02 , could you expand more on the problem you're experiencing? From the screenshot you shared it looks like everything is correct: for the edge at the top of "Strategist" node to connect to the bottom of "generating" node it needs to take this path to avoid intersections. Maybe you meant to connect |
Yes. |
I see, so you'd like to see an "smart" equivalent of of React Flow's floating edge. I'm not sure if it would be possible, but I'll add to the backlog and leave this issue open |
@vaibhav-systango Didn't started working on this yet |
@vaibhav-systango I've just launched version Looking at how the Floating Edges example was created, I think it's just a case of feeding the output of the example's |
This doesn't seem to help @tisoap |
Feeding the output of Attached is my working solution below:
|
There is a case that two adjacent nodes are not showing a straight edge. Instead it just move around and connect behind the node.
The text was updated successfully, but these errors were encountered: