Currently, there is no way to reconnect an edge with a single action, so we need to delete the current one (DeleteElementAction) and create a new one (CreateConnectionOperationAction). While this works for now, retaining properties of the edge is cumbersome as on the client we already need to remember the element type of the connection and for the server the identity of the connection may get lost as well.
Currently, there is no way to reconnect an edge with a single action, so we need to delete the current one (DeleteElementAction) and create a new one (CreateConnectionOperationAction). While this works for now, retaining properties of the edge is cumbersome as on the client we already need to remember the element type of the connection and for the server the identity of the connection may get lost as well.