(e3)
| 2119 | this._screenElement.ownerDocument && (this._screenElement.ownerDocument.removeEventListener("mousemove", this._mouseMoveListener), this._screenElement.ownerDocument.removeEventListener("mouseup", this._mouseUpListener)), this._coreBrowserService.window.clearInterval(this._dragScrollIntervalTimer), this._dragScrollIntervalTimer = void 0; |
| 2120 | } |
| 2121 | _handleIncrementalClick(e3) { |
| 2122 | this._model.selectionStart && (this._model.selectionEnd = this._getMouseBufferCoords(e3)); |
| 2123 | } |
| 2124 | _handleSingleClick(e3) { |
| 2125 | if (this._model.selectionStartLength = 0, this._model.isSelectAllActive = false, this._activeSelectionMode = this.shouldColumnSelect(e3) ? 3 : 0, this._model.selectionStart = this._getMouseBufferCoords(e3), !this._model.selectionStart) return; |
| 2126 | this._model.selectionEnd = void 0; |
no test coverage detected