TF-4034 Remove button to hide signature

This commit is contained in:
dab246
2025-10-06 11:06:59 +07:00
committed by Dat H. Pham
parent 8ea71af32c
commit 8e1205eaff
2 changed files with 6 additions and 3 deletions
@@ -1722,7 +1722,10 @@ class ComposerController extends BaseController
Future<void> applySignature(String signature) async { Future<void> applySignature(String signature) async {
if (PlatformInfo.isWeb) { if (PlatformInfo.isWeb) {
richTextWebController?.editorController.insertSignature(signature); richTextWebController?.editorController.insertSignature(
signature,
allowCollapsed: false,
);
} else { } else {
await htmlEditorApi?.insertSignature(signature, allowCollapsed: false); await htmlEditorApi?.insertSignature(signature, allowCollapsed: false);
} }
+2 -2
View File
@@ -1268,10 +1268,10 @@ packages:
description: description:
path: "." path: "."
ref: main ref: main
resolved-ref: "05f78b3e2d4535ade646667db5d5602234fe7b5e" resolved-ref: "60d1b2bdde51bab63551fefd8891b2c9e66e5ee8"
url: "https://github.com/linagora/html-editor-enhanced.git" url: "https://github.com/linagora/html-editor-enhanced.git"
source: git source: git
version: "3.2.3" version: "3.2.4"
html_unescape: html_unescape:
dependency: transitive dependency: transitive
description: description: