Skip to content

Commit

Permalink
chore: [#1615] Continues on implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
capricorn86 committed Dec 27, 2024
1 parent 3dfedb9 commit 20fab0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/happy-dom/src/nodes/node/NodeUtility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export default class NodeUtility {
parent = parent[PropertySymbol.parentNode]
? parent[PropertySymbol.parentNode]
: includeShadowRoots && (<ShadowRoot>parent).host
? (<ShadowRoot>parent).host
: null;
? (<ShadowRoot>parent).host
: null;
}

return false;
Expand Down

0 comments on commit 20fab0a

Please sign in to comment.