Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Jul 20, 2024
1 parent 0dcb44b commit b0aa591
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 @@ -688,7 +688,7 @@ export default class MutationBuffer {
: this.mirror.getId(m.target);
if (
isIgnored(n, this.mirror, this.slimDOMOptions) ||
!isSerialized(n, this.mirror) ||
!isSerialized(n, this.mirror) ||
isBlocked(m.target, this.blockClass, this.blockSelector, false)
) {
return;
Expand Down

0 comments on commit b0aa591

Please sign in to comment.