()
| 1246 | return () => this.selectionListeners.delete(cb); |
| 1247 | } |
| 1248 | private notifySelectionChange(): void { |
| 1249 | this.onRender(); |
| 1250 | for (const cb of this.selectionListeners) cb(); |
| 1251 | } |
| 1252 | |
| 1253 | /** |
| 1254 | * Hit-test the rendered DOM tree at (col, row) and bubble a ClickEvent |
no test coverage detected