-
Notifications
You must be signed in to change notification settings - Fork 233
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
Links get disappeared while dragging the nodes #180
Comments
Thanks for reporting this @kbtganesh, will take a look at it as soon as possible. |
I'm running into the same thing. You can also reproduce the issue by panning the graph by pulling to the right and then dragging the node so it is outside the original width/height area. |
I did a little investigating. I'm not sure how to fix it but this seems to be related to the wrapping svg returned by Link. I think there is a viewbox/viewport issue that we hit when we drag the node outside the original visible region of the larger graph.
|
…ink. Remove it so Link renders properly
Description
When I drag the node so long, the link cuts in between even though I was doing all these inside the svg container area.
To Reproduce
Steps to reproduce the behaviour:
Expected behavior
Link line should be visible while dragging
Additional context
It has some other box region inside the actual svg container. Only inside that, the links are visible. And when we drag outside of that box, the part which comes outside alone gets hided. But node was visible though.
Environment:
The text was updated successfully, but these errors were encountered: