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

Unable to delete any connection #95

Closed
saurabhgayali opened this issue Mar 27, 2024 · 5 comments
Closed

Unable to delete any connection #95

saurabhgayali opened this issue Mar 27, 2024 · 5 comments

Comments

@saurabhgayali
Copy link

I accidently connected one node to other node that I dont intend to.
But I am unable to delete the connection.

@KennedyRichard
Copy link
Collaborator

Hello,

There are 02 ways to sever connections between sockets:

  • Right-click one of the sockets and click the "Disconnect" options in the small popup menu that appears; or
  • Hold the key and click-drag the mouse as if you were drawing a line over the connection(s) you want to sever;

Please, try such approaches and let me know if you managed to achieve what you wanted.

@saurabhgayali
Copy link
Author

Update: Outgoing sockets only have option to disconnect all child.
image

Only incoming sockets have disconnect option.
image


While holding and dragging invokes a selection tool.
image

@KennedyRichard
Copy link
Collaborator

KennedyRichard commented Mar 27, 2024

Thank you for the report.

In the case of right-clicking the sockets, it is all expected behaviour:

  • an input socket (the one that receives data) can only receive one connection, that is why it only asks whether you want to sever that connection;
  • an output socket however, can send data to many sockets, which is why is asks whether you want to sever all connections;

In the case of dragging the mouse, I made a mistake in my previous reply. I'm sorry for that. I forgot to include that you must first hold the Ctrl key before dragging with the mouse.

Again, please, try holding Ctrl, then dragging the mouse and see if it works and, if so, please let me know so that I can close the issue.

Additional tip: you can learn a lot of useful controls in the screen that appears by pressing the F1 key

Thank you again.

@saurabhgayali
Copy link
Author

image
The ctrl method is also working.

I wonder were these steps in documentation. May be I missed. Thanks

@KennedyRichard
Copy link
Collaborator

Don't worry, I'm here to help whenever needed. You'll find info on the controls in the menu Help > General controls or pressing the F1 key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants