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) {
+3 -3
View File
@@ -425,11 +425,11 @@ packages:
source: path
version: "1.0.0+1"
enough_html_editor:
dependency: transitive
dependency: "direct overridden"
description:
path: "."
ref: cnb_supported
resolved-ref: "69996e32a708a62b8a613f2524c5635f5c556617"
ref: "bugfix/fix-lost-part-of-content-with-long-text"
resolved-ref: "273f3817c1f93a5fbdebbc09580a303338237f21"
url: "https://github.com/linagora/enough_html_editor.git"
source: git
version: "0.0.5"
+5
View File
@@ -274,6 +274,11 @@ dependency_overrides:
url: https://github.com/linagora/flutter_file_picker
ref: email_supported_5.3.1
enough_html_editor:
git:
url: https://github.com/linagora/enough_html_editor.git
ref: bugfix/fix-lost-part-of-content-with-long-text
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec