Skip to content
Merged
Prev Previous commit
Next Next commit
Fix eslint
  • Loading branch information
eoghanmurray committed Nov 13, 2023
commit d19e922a16fa9f1d6d02e0866a40ecb0342b550b
2 changes: 1 addition & 1 deletion packages/rrweb-snapshot/src/snapshot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ export function serializeNodeWithId(

if (!needsMask) {
// perf: if needsMask = true, children won't also need to check
let checkAncestors = needsMask === undefined; // if false, we've already checked ancestors
const checkAncestors = needsMask === undefined; // if false, we've already checked ancestors
needsMask = needMaskingText(
n as Element,
maskTextClass,
Expand Down