We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19077ec commit 7bc9186Copy full SHA for 7bc9186
lib/commons/dom/get-visible-child-text-rects.js
@@ -51,7 +51,6 @@ const getVisibleChildTextRects = memoize(
51
*
52
* @see https://github.com/dequelabs/axe-core/issues/4253
53
*/
54
-
55
return clientRects.length
56
? clientRects
57
: filterHiddenRects([nodeRect], overflowHiddenNodes);
0 commit comments