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

How is "inputs" & "outputs" are different? #145

Open
adityakumarsingh900 opened this issue Jun 12, 2021 · 1 comment
Open

How is "inputs" & "outputs" are different? #145

adityakumarsingh900 opened this issue Jun 12, 2021 · 1 comment

Comments

@adityakumarsingh900
Copy link

I am able to connect two nodes irrespective of that they both have only "input" nodes.

Bug -
Now if I have a link: { input: "port-4138", output: "port-4076" }
And a node with inputs: {id: "port-4076", alignment: "left"}

Try to delete this node.. you will get an error as removeNode function doesn't delete the link.

@andriy-kdp
Copy link

andriy-kdp commented Jun 15, 2021

Have same problem. Don't use delete node functionality provided by library. Remove connected link first, then remove node

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