TF-2717 Allow show full signature in composer on mobile
This commit is contained in:
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user