Skip to content

Commit

Permalink
Adressed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Utkarsh Chaudhary committed Sep 19, 2024
1 parent 19077ec commit 7bc9186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/commons/dom/get-visible-child-text-rects.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const getVisibleChildTextRects = memoize(
*
* @see https://github.com/dequelabs/axe-core/issues/4253
*/

return clientRects.length
? clientRects
: filterHiddenRects([nodeRect], overflowHiddenNodes);
Expand Down

0 comments on commit 7bc9186

Please sign in to comment.