doMouseUp method
void
doMouseUp()
On a mouse-up finish moving or copying the effective selection.
This calls #doDropOnto for any side-effects on stationary parts.
This also updates the diagram's bounds, raises a "SelectionCopied" or "SelectionMoved" DiagramEvent, and stops this tool.
This method also raises the "ChangingSelection" and "ChangedSelection" diagram events. Changes are performed in a "Drag" transaction, but the "ChangedSelection" event is raised outside the transaction.
Implementation
void doMouseUp() {
_i4.callMethod(
this,
'doMouseUp',
[],
);
}