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) {
|
||||
|
||||
+3
-3
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user