Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(rrweb): Do not re-initialize worker in CanvasManager.reset
`reset()` gets called when we stop a recording in progress. There is no reason to re-initialize the worker in `reset()` as you would need to call `record()` to start recording again, which would start a new worker. This was introduced in #168.
- Loading branch information