Remove userTriggeredOnInput in player config (#633)

The flag is only used on record, not replay
This commit is contained in:
Justin Halsall
2021-07-14 14:12:28 +02:00
committed by GitHub
parent 788fb1d5ff
commit 0800f7aa46
2 changed files with 0 additions and 2 deletions

View File

@@ -124,7 +124,6 @@ export class Replayer {
triggerFocus: true,
UNSAFE_replayCanvas: false,
pauseAnimation: true,
userTriggeredOnInput: true,
mouseTail: defaultMouseTailConfig,
};
this.config = Object.assign({}, defaultConfig, config);

View File

@@ -496,7 +496,6 @@ export type playerConfig = {
triggerFocus: boolean;
UNSAFE_replayCanvas: boolean;
pauseAnimation?: boolean;
userTriggeredOnInput: boolean;
mouseTail:
| boolean
| {