update #324, fix typo
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user