()
| 6085 | return this._core.getSelection(); |
| 6086 | } |
| 6087 | getSelectionPosition() { |
| 6088 | return this._core.getSelectionPosition(); |
| 6089 | } |
| 6090 | clearSelection() { |
| 6091 | this._core.clearSelection(); |
| 6092 | } |
nothing calls this directly
no test coverage detected