Fixed draft dirty

pull/178/head
M66B 6 years ago
parent 1ebe8d09c4
commit b1a4b09802

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

Loading…
Cancel
Save