(e3)
| 2135 | t3 && (this._activeSelectionMode = 2, this._selectLineAt(t3[1])); |
| 2136 | } |
| 2137 | shouldColumnSelect(e3) { |
| 2138 | return e3.altKey && !(d.isMac && this._optionsService.rawOptions.macOptionClickForcesSelection); |
| 2139 | } |
| 2140 | _handleMouseMove(e3) { |
| 2141 | if (e3.stopImmediatePropagation(), !this._model.selectionStart) return; |
| 2142 | const t3 = this._model.selectionEnd ? [this._model.selectionEnd[0], this._model.selectionEnd[1]] : null; |
no outgoing calls
no test coverage detected