Fixed draft dirty

This commit is contained in:
M66B
2020-04-02 16:39:45 +02:00
parent 1ebe8d09c4
commit b1a4b09802

View File

@@ -3936,7 +3936,7 @@ public class FragmentCompose extends FragmentBase {
d = JsoupEx.parse(extras.getString("html"));
} else {
d = JsoupEx.parse(body);
d = HtmlHelper.sanitizeCompose(context, body, true);
for (Element e : ref)
d.body().appendChild(e);