diff --git a/src/replay/index.ts b/src/replay/index.ts index ee47dcfc..f0129b2f 100644 --- a/src/replay/index.ts +++ b/src/replay/index.ts @@ -447,7 +447,7 @@ export class Replayer { d.attributes.forEach((m) => this.treeIndex.attribute(m)); d.removes.forEach((m) => this.treeIndex.remove(m)); } - this.applyMutation(d, true); + this.applyMutation(d, isSync); break; } case IncrementalSource.MouseMove: