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) {
richTextWebController.editorController.insertSignature(signature);
} else {
await htmlEditorApi?.insertSignature(signature);
await htmlEditorApi?.insertSignature(signature, allowCollapsed: false);
}
}