()
| 99 | } |
| 100 | |
| 101 | async function onMappingsSet() { |
| 102 | await stateBuilder.confirmMappings(); |
| 103 | stateBuilder.dispatchChange(dispatch); |
| 104 | } |
| 105 | |
| 106 | function onCellChanged(payload: CellChangedPayload) { |
| 107 | stateBuilder.changeCell(payload); |
no test coverage detected