Fix part of the content is lost when replying or forwarding emails
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user