Open
Description
Hi!
Lets say I have Node A and Node B. They are connected via simple connection.
Then lets assume I make another graph, where I would like to display those two Nodes inside (A and B). My goal is, to retain the connections between A and B.
Issue is however, if you "add a node" to additional graph, it deletes it from the previous graph. I was thinking to change existing code, so that Node model supports more than one graph per node... but it seems way too complicated for someone like me.
Has someone tried something similar?