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
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.
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
The text was updated successfully, but these errors were encountered: