(e3, t3, i3)
| 681 | return !!this._selectionService && this._selectionService.hasSelection; |
| 682 | } |
| 683 | select(e3, t3, i3) { |
| 684 | this._selectionService.setSelection(e3, t3, i3); |
| 685 | } |
| 686 | getSelection() { |
| 687 | return this._selectionService ? this._selectionService.selectionText : ""; |
| 688 | } |
no test coverage detected