Hello,
On "selection-change" event, I am enforcing constraints on some connectors like this:
args.newValue[0].constraints = ConnectorConstraints.Default & ~ConnectorConstraints.Delete & ~ConnectorConstraints.DragSourceEnd & ~ConnectorConstraints.Drag
This works as expected (I delete a target node that is connected to my connector, and my connector is still in the diagram). If I undo the move, although the deleted node appears back nearby my connector, they are not connected and the user needs to reattach the target node manually.
Environment:
ej2-vue-diagrams19.4.42
Vue 2.6.14.