Resent / clear annotations

pull/209/head
M66B 2 years ago
parent b64c4c6d2a
commit 4657dd92e0

@ -5158,6 +5158,7 @@ public class FragmentCompose extends FragmentBase {
if (ref.content && "resend".equals(action)) {
document = JsoupEx.parse(ref.getFile(context));
HtmlHelper.clearAnnotations(document);
// Save original body
Element div = document.body()
.tagName("div")

Loading…
Cancel
Save