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
I stumbled with the update from vue2 to vue3 over the following problem: When I update my outputsockets of an already defined and connected node (since the underlying datamodel has changed) I had to remove the old sockets first.
When a socket is already connected this leads to broken left over connections that point into nirvana:
My workaround in your old version was to indentify those connections right at the socket and to call my remove Connection routine:
but now the connections are not available at the socket itself anymore. So how to identify my connections that belong to a certain socket and how to delete them afterwards (please note: that my nodes have a reference to the editor as I patched them already).
Greetz and thx in advance
Suggested Solution
Provide an example for advanced connection handling.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
For me it would be also fine, if you can tell me how to remove a certain connection instead of fixing it in your code. I already builded a workaround for the same issue in your old vue2 version. But with the new version I have no idea how to delete the connection. If you can please tell me how to do, I can build my own workaround againg.
Description
Hi,
I stumbled with the update from vue2 to vue3 over the following problem: When I update my outputsockets of an already defined and connected node (since the underlying datamodel has changed) I had to remove the old sockets first.
When a socket is already connected this leads to broken left over connections that point into nirvana:
My workaround in your old version was to indentify those connections right at the socket and to call my remove Connection routine:
but now the connections are not available at the socket itself anymore. So how to identify my connections that belong to a certain socket and how to delete them afterwards (please note: that my nodes have a reference to the editor as I patched them already).
Greetz and thx in advance
Suggested Solution
Provide an example for advanced connection handling.
Code of Conduct
The text was updated successfully, but these errors were encountered: