Fixed has visible content

This commit is contained in:
M66B 2020-11-06 14:08:42 +01:00
parent 550362e4c3
commit 73a902858e
1 changed files with 0 additions and 3 deletions

View File

@ -1377,9 +1377,6 @@ public class HtmlHelper {
}
} else if (node instanceof Element) {
Element element = (Element) node;
if (element.isBlock() ||
"true".equals(element.attr("x-block")))
return false;
if (element.hasText())
return true;
if (element.selectFirst("img[src~=.+]") != null)