Skip to content

Commit ace6841

Browse files
committed
Adressed issue
1 parent aceb5cd commit ace6841

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/commons/dom/get-visible-child-text-rects.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ const getVisibleChildTextRects = memoize(
5252
* @see https://github.com/dequelabs/axe-core/issues/4253
5353
*/
5454

55-
// console.log("Node is ", node);
56-
// console.log("Client Rects is ", clientRects);
5755
return clientRects.length
5856
? clientRects
5957
: filterHiddenRects([nodeRect], overflowHiddenNodes);

lib/core/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const definitions = [
2727

2828
const constants = {
2929
helpUrlBase: 'https://dequeuniversity.com/rules/',
30-
gridSize: 500,
30+
gridSize: 200,
3131
results: [],
3232
resultGroups: [],
3333
resultGroupMap: {},

0 commit comments

Comments
 (0)