()
| 111 | }) |
| 112 | }, |
| 113 | runReset(): void { |
| 114 | editorSend({ |
| 115 | type: 'EDITOR_RUN_RESET_LATEST', |
| 116 | }) |
| 117 | }, |
| 118 | // @ts-ignore |
| 119 | runResetToPosition: assign({ |
| 120 | position: (context: T.MachineContext, event: T.MachineEvent) => { |
nothing calls this directly
no test coverage detected