TF-2717 Allow show full signature in composer on mobile

This commit is contained in:
dab246
2024-03-19 10:17:25 +07:00
committed by Dat H. Pham
parent 0c1e7e0433
commit d9f4005bdf
2 changed files with 4 additions and 4 deletions
@@ -1571,7 +1571,7 @@ class ComposerController extends BaseController with DragDropFileMixin {
if (PlatformInfo.isWeb) { if (PlatformInfo.isWeb) {
richTextWebController.editorController.insertSignature(signature); richTextWebController.editorController.insertSignature(signature);
} else { } else {
await htmlEditorApi?.insertSignature(signature); await htmlEditorApi?.insertSignature(signature, allowCollapsed: false);
} }
} }
+3 -3
View File
@@ -425,11 +425,11 @@ packages:
source: path source: path
version: "1.0.0+1" version: "1.0.0+1"
enough_html_editor: enough_html_editor:
dependency: transitive dependency: "direct overridden"
description: description:
path: "." path: "."
ref: email_supported ref: "improve/allow-enable-disable-colllapsed-signature"
resolved-ref: f13a35eb76fafb2ee1e686ca19c4c742d0efa78a resolved-ref: b0038f647bf90ba40bf21efe7290a22dec4d2867
url: "https://github.com/linagora/enough_html_editor.git" url: "https://github.com/linagora/enough_html_editor.git"
source: git source: git
version: "0.0.5" version: "0.0.5"