@uniandino wrote:
I have three nodes connected via two links (A ---> B <---C ), I want to delete the center node (B) when one of the links is deleted (AB, CB), this works fine when I add a linkDisconnected action to node B. This works fine, even if I delete node A or C, node B gets deleted. My problem is when I wish to undo this deletion. So I delete node C, it of course deletes CB and thusly B and AB (so far so good), but when I hit ctrl Z, I only get back nodes B,C and CB Link, but I do not get AB link back).
Posts: 2
Participants: 2