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
Attempting to call node.removeInput or removeOutput on a cloned/copied node throws an error because each call node.disconnectInput or disconnectOutput which throws if there's no graph on the node.
However, a copied node does not have a graph field, so this always fails. A copied node still has inputs/outputs, though; it would be good to be able to remove them without error.