Hi,
When the user dragged an existing link to connect to another node, event “LinkRelinked” was fired. My use case is to ask the user if he really wants to do it. If he chooses to cancel the operation, I need to restore the original link.
My question is how to restore the original link since the link has been modified? I can’t use Undo Manager, is there other way to do it?
Thanks.