mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-20 07:53:37 +02:00
Insert newline when writing below
This commit is contained in:
@@ -6120,9 +6120,10 @@ public class FragmentCompose extends FragmentBase {
|
||||
e.tagName("p");
|
||||
reply.appendChild(e);
|
||||
|
||||
if (wb && data.draft.wasforwardedfrom == null)
|
||||
if (wb && data.draft.wasforwardedfrom == null) {
|
||||
reply.appendElement("br");
|
||||
document.body().prependChild(reply);
|
||||
else
|
||||
} else
|
||||
document.body().appendChild(reply);
|
||||
|
||||
addSignature(context, document, data.draft, selected);
|
||||
|
||||
Reference in New Issue
Block a user