Skip to content

Commit c546d52

Browse files
committed
fix filter
1 parent 2ab2f4a commit c546d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/queries/text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const queryAllByText: AllByText = (
5353
return true
5454
}
5555

56-
return isInaccessible(node, {
56+
return !isInaccessible(node, {
5757
isSubtreeInaccessible: cachedIsSubtreeInaccessible,
5858
})
5959
})

0 commit comments

Comments
 (0)