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
Currently replaceNode (src/graph/node.js) ignores it, when the replacement does not have the exact same ports as its predecessor. Edges will become invalid as the ports are non existent.
The text was updated successfully, but these errors were encountered:
Currently
replaceNode
(src/graph/node.js) ignores it, when the replacement does not have the exact same ports as its predecessor. Edges will become invalid as the ports are non existent.The text was updated successfully, but these errors were encountered: