* Get dirty selection rows that need redraw (for clearing old highlight)
()
| 351 | * Get dirty selection rows that need redraw (for clearing old highlight) |
| 352 | */ |
| 353 | getDirtySelectionRows(): Set<number> { |
| 354 | return this.dirtySelectionRows; |
| 355 | } |
| 356 | |
| 357 | /** |
| 358 | * Clear the dirty selection rows tracking (after redraw) |
no outgoing calls
no test coverage detected