update #324, fix typo

This commit is contained in:
Yanzhen Yu
2020-09-12 15:49:15 +08:00
parent 91dc54c7b8
commit dbe1c12cc2

View File

@@ -207,7 +207,7 @@ export class Replayer {
if (!this.config.skipInactive) { if (!this.config.skipInactive) {
this.backToNormal(); this.backToNormal();
} }
if (typeof this.config.speed !== 'undefined') { if (typeof config.speed !== 'undefined') {
this.speedService.send({ this.speedService.send({
type: 'SET_SPEED', type: 'SET_SPEED',
payload: { payload: {