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

editor.removeConnection removing only half of connections #720

Open
1 task done
perotom opened this issue Dec 25, 2024 · 0 comments
Open
1 task done

editor.removeConnection removing only half of connections #720

perotom opened this issue Dec 25, 2024 · 0 comments
Labels

Comments

@perotom
Copy link

perotom commented Dec 25, 2024

Describe the bug

When removing a connection it should be removed.

Example to reproduce

https://codesandbox.io/p/sandbox/3t42jc

How to reproduce

Press the button "refresh outputs" in the provided example.
All connections are removed in the rendered view, but not in the background (press the button again to see in the logs again some connections).

Expected behavior

In the example all connections should be removed. They are just removed in the rendered view but if you check the console, you will see the output will show still some connections exists. If you try this example with multiple connections, only 1/2 of the connections are removed, even-though the return value of all calls to editor.removeConnection is true.

Dependencies

https://codesandbox.io/p/sandbox/3t42jc

Platform

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@perotom perotom added the bug label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant