doMouseUp method

void doMouseUp()

Modify the Diagram#position according to how much the mouse has moved.

Implementation

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