* Check if there's an active selection
()
| 745 | * Check if there's an active selection |
| 746 | */ |
| 747 | public hasSelection(): boolean { |
| 748 | return this.selectionManager?.hasSelection() || false; |
| 749 | } |
| 750 | |
| 751 | /** |
| 752 | * Clear the current selection |
no outgoing calls
no test coverage detected