-
Notifications
You must be signed in to change notification settings - Fork 851
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
[Bug]: Segments tool throw errors #2044
Comments
@ceitflow, could you please share the JSON of the graph (or better the link JSON) when the error occurred? |
@kumilingus Sure, here is a simplified JSON from our project with 2 rectangles with ports and a single link, to reproduce just use segments tool and pull the link down:
|
The
If you want to use segment tools with orthogonal like router you can check out this CodePen. Introduces a custom element view that translates near vertices when moving. |
Thanks for clarification @kumilingus, I'll let my team know |
Fixed in #2334. |
What happened?
Sometimes when using segments tool with links we can see errors in the console. I was able to reproduce this in Kitchensink demo as well:
Looks like the method
onHandleChanging
is assigningundefined
in the vertices list, and this is further passed down to the link.Version
3.6.3
What browsers are you seeing the problem on?
Chrome
What operating system are you seeing the problem on?
Windows, Linux
The text was updated successfully, but these errors were encountered: