doDeactivate method

void doDeactivate()

Release the mouse.

If the #currentTextEditor is an HTMLInfo, this calls HTMLInfo#hide.

Implementation

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