fix: persist htmlBody in drafts to preserve rich formatting #236

This commit is contained in:
Linus Rath
2026-04-30 15:24:09 +02:00
parent 25de7d996c
commit 65eef4b2b8
4 changed files with 22 additions and 8 deletions
+2 -1
View File
@@ -744,7 +744,8 @@ export function EmailComposer({
fromEmail,
draftId || undefined,
uploadedAttachments,
currentIdentity?.name || undefined
currentIdentity?.name || undefined,
plainTextMode ? undefined : body
);
setDraftId(savedDraftId);