doMouseUp method
void
doMouseUp()
Reshape the route with a point based on the most recent mouse point by calling #reshape, and then raise a "LinkReshaped" DiagramEvent before stopping this tool.
Implementation
void doMouseUp() {
_i4.callMethod(
this,
'doMouseUp',
[],
);
}