We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9de3a commit bddfd78Copy full SHA for bddfd78
packages/rrweb/src/replay/machine.ts
@@ -201,9 +201,10 @@ export function createPlayerService(
201
}
202
continue;
203
204
- if (event.timestamp <= baselineTime ||
205
- (isFullSnapshot && !renderedFullSnapshot)
206
- ) {
+ if (
+ event.timestamp <= baselineTime ||
+ (isFullSnapshot && !renderedFullSnapshot)
207
+ ) {
208
if (isFullSnapshot) {
209
renderedFullSnapshot = true;
210
0 commit comments