Skip to content

Commit

Permalink
fix: delete addedNodeIndexArr
Browse files Browse the repository at this point in the history
  • Loading branch information
wfk007 committed May 15, 2023
1 parent 80ceb0e commit d4e1a64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rrweb/src/record/mutation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ export default class MutationBuffer {
pushAdd(node.value);
}

addedNodeIndexArr = null;
const payload = {
texts: this.texts
.map((text) => ({
Expand Down

0 comments on commit d4e1a64

Please sign in to comment.