doMouseUp method

void doMouseUp()

Call #rotate with an angle based on the most recent mouse point, commit the transaction, and raise the "PartRotated" DiagramEvent.

Implementation

void doMouseUp() {
  _i4.callMethod(
    this,
    'doMouseUp',
    [],
  );
}