Skip to content

Commit

Permalink
Update packages/rrweb/src/record/mutation.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Juice10 authored Dec 5, 2024
1 parent 96b381b commit 228bbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb/src/record/mutation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ export default class MutationBuffer {
this.attributes.push(item);
this.attributeMap.set(textarea, item);
}
let value = Array.from(
const value = Array.from(
dom.childNodes(textarea),
(cn) => dom.textContent(cn) || '',
).join('');
Expand Down

0 comments on commit 228bbaf

Please sign in to comment.