Insert newline when writing below

pull/215/head
M66B 3 months ago
parent ba24ebd0f3
commit 68a1ebd03c

@ -6120,9 +6120,10 @@ public class FragmentCompose extends FragmentBase {
e.tagName("p"); e.tagName("p");
reply.appendChild(e); reply.appendChild(e);
if (wb && data.draft.wasforwardedfrom == null) if (wb && data.draft.wasforwardedfrom == null) {
reply.appendElement("br");
document.body().prependChild(reply); document.body().prependChild(reply);
else } else
document.body().appendChild(reply); document.body().appendChild(reply);
addSignature(context, document, data.draft, selected); addSignature(context, document, data.draft, selected);

Loading…
Cancel
Save