You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If two nodes are close, they show the same OverlappingNodesHandle. When one is clicked it correctly moves selection to the other node, but if the same OverlappingNodesHandle is clicked again it does not cycle back to the first node.
To Reproduce
Steps to reproduce the behavior:
Create two nodes overlapping each other
Click on the OverlappingNodesHandle of the one to the left
See the second node to the right is correctly selected
Click again on the OverlappingNodesHandle of the one to the left and see the left node is not reselected
Expected behavior
The left node should be reselected
The text was updated successfully, but these errors were encountered:
Describe the bug
If two nodes are close, they show the same OverlappingNodesHandle. When one is clicked it correctly moves selection to the other node, but if the same OverlappingNodesHandle is clicked again it does not cycle back to the first node.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The left node should be reselected
The text was updated successfully, but these errors were encountered: