Skip to content
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

Creating edge from target node to source doesn't work correctly #6

Open
slimbuck opened this issue Sep 5, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@slimbuck
Copy link
Member

slimbuck commented Sep 5, 2021

If you create an edge starting at a node's outPort dropping on another node's inPort, this works as expected. If the target node is already connected, the existing edge is removed and the new edge created in its place.

However attempting to create the same connection, but starting the target node's inPort and dropping on the source node's outPort, will only work if both ports have no existing clashing edges. If the target node is already connected, then the attempted edge creation will fail.

Starting at the inPort should work the same as starting at the outPort.

@slimbuck slimbuck added the bug Something isn't working label Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants