Fix part of the content is lost when replying or forwarding emails

This commit is contained in:
dab246
2024-04-24 08:31:14 +07:00
committed by Dat H. Pham
parent d73e0068c4
commit 90d79f8780
3 changed files with 12 additions and 3 deletions
@@ -1563,6 +1563,10 @@ class ComposerController extends BaseController with DragDropFileMixin {
if (newIdentity.signatureAsString.isNotEmpty == true) {
await _applySignature(newIdentity.signatureAsString.asSignatureHtml());
}
if (PlatformInfo.isMobile) {
await htmlEditorApi?.onDocumentChanged();
}
}
void _applyBccEmailAddressFromIdentity(Set<EmailAddress> listEmailAddress) {