Fixed draft dirty

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

@ -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);

Loading…
Cancel
Save