(e3)
| 2131 | this._selectWordAtCursor(e3, true) && (this._activeSelectionMode = 1); |
| 2132 | } |
| 2133 | _handleTripleClick(e3) { |
| 2134 | const t3 = this._getMouseBufferCoords(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 | } |
no test coverage detected