(e3)
| 2128 | t3 && t3.length !== this._model.selectionStart[0] && 0 === t3.hasWidth(this._model.selectionStart[0]) && this._model.selectionStart[0]++; |
| 2129 | } |
| 2130 | _handleDoubleClick(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])); |
no test coverage detected