Skip to content

Commit 77a3ac5

Browse files
committed
old lock
1 parent b27539a commit 77a3ac5

File tree

2 files changed

+1516
-1617
lines changed

2 files changed

+1516
-1617
lines changed

lib/a11y/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,7 @@ export async function buildBackendIdMaps(
183183
if (n.contentDocument && locate(n.contentDocument)) return true;
184184
return false;
185185
} else {
186-
if (n.backendNodeId === backendNodeId)
187-
return ((iframeNode = n), true);
186+
if (n.backendNodeId === backendNodeId) return (iframeNode = n), true;
188187
return (
189188
(n.children?.some(locate) ?? false) ||
190189
(n.contentDocument ? locate(n.contentDocument) : false)

0 commit comments

Comments
 (0)