Skip to content

Commit

Permalink
Update packages/rrweb/src/utils.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Eoghan Murray <[email protected]>
  • Loading branch information
benjackwhite and eoghanmurray authored Oct 13, 2023
1 parent 60f42d4 commit f31142a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export function isBlocked(
if (!node) {
return false;
}
const el = getElementFromNode(node);
const el = closestElementOfNode(node);

if (!el) {
return false;
Expand Down

0 comments on commit f31142a

Please sign in to comment.