mirror of https://github.com/M66B/FairEmail.git
Fixed has visible content
This commit is contained in:
parent
550362e4c3
commit
73a902858e
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue