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) {
|
||||
richTextWebController.editorController.insertSignature(signature);
|
||||
} else {
|
||||
await htmlEditorApi?.insertSignature(signature);
|
||||
await htmlEditorApi?.insertSignature(signature, allowCollapsed: false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user