()
| 1599 | this._bufferService = e3, this.isSelectAllActive = false, this.selectionStartLength = 0; |
| 1600 | } |
| 1601 | clearSelection() { |
| 1602 | this.selectionStart = void 0, this.selectionEnd = void 0, this.isSelectAllActive = false, this.selectionStartLength = 0; |
| 1603 | } |
| 1604 | get finalSelectionStart() { |
| 1605 | return this.isSelectAllActive ? [0, 0] : this.selectionEnd && this.selectionStart && this.areSelectionValuesReversed() ? this.selectionEnd : this.selectionStart; |
| 1606 | } |
no test coverage detected