(e3, t3, i3)
| 2187 | return i3; |
| 2188 | } |
| 2189 | setSelection(e3, t3, i3) { |
| 2190 | this._model.clearSelection(), this._removeMouseDownListeners(), this._model.selectionStart = [e3, t3], this._model.selectionStartLength = i3, this.refresh(), this._fireEventIfSelectionChanged(); |
| 2191 | } |
| 2192 | rightClickSelect(e3) { |
| 2193 | this._isClickInSelection(e3) || (this._selectWordAtCursor(e3, false) && this.refresh(true), this._fireEventIfSelectionChanged()); |
| 2194 | } |
no test coverage detected