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 24e0c6e commit e160933Copy full SHA for e160933
lib/commons/dom/get-visible-child-text-rects.js
@@ -36,7 +36,7 @@ const getVisibleChildTextRects = (node, options = {}) => {
36
nodeRect,
37
checkTextRectOutsideNodeBoundingRect
38
) &&
39
- !cache.get('ruleId')
+ (!cache.get('ruleId') || cache.get('ruleId') === 'reflow')
40
) {
41
return;
42
}
0 commit comments