Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jxiwang authored and github-actions[bot] committed Oct 18, 2023
1 parent 605a78d commit 78be9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb/src/replay/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ export class Replayer {
const skipTime =
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
this.nextUserInteractionEvent.delay! - event.delay!;
this.play(this.getCurrentTime() + skipTime)
this.play(this.getCurrentTime() + skipTime);
this.nextUserInteractionEvent = null;
}
}
Expand Down

0 comments on commit 78be9bb

Please sign in to comment.