()
| 1399 | return () => this.selectionListeners.delete(cb); |
| 1400 | } |
| 1401 | private notifySelectionChange(): void { |
| 1402 | this.onRender(); |
| 1403 | for (const cb of this.selectionListeners) cb(); |
| 1404 | } |
| 1405 | |
| 1406 | /** |
| 1407 | * Hit-test the rendered DOM tree at (col, row) and bubble a ClickEvent |
no test coverage detected