doMouseUp method
void
doMouseUp()
Call #selectInRect with the value of a call to #computeBoxBounds.
This method changes the cursor to "wait" and raises the "ChangingSelection" DiagramEvent before calling #selectInRect, and raises the "ChangedSelection" DiagramEvent afterward.
Implementation
void doMouseUp() {
_i4.callMethod(
this,
'doMouseUp',
[],
);
}