* Get current selection coordinates (for rendering)
()
| 344 | * Get current selection coordinates (for rendering) |
| 345 | */ |
| 346 | getSelectionCoords(): SelectionCoordinates | null { |
| 347 | return this.normalizeSelection(); |
| 348 | } |
| 349 | |
| 350 | /** |
| 351 | * Get dirty selection rows that need redraw (for clearing old highlight) |
no test coverage detected