TF-3819 Fix IOS modified signature is not kept in Draft folder
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -54,7 +54,8 @@ class TransformConfiguration {
|
||||
factory TransformConfiguration.forEditDraftsEmail() => TransformConfiguration.create(
|
||||
customDomTransformers: [
|
||||
...TransformConfiguration.forDraftsEmail().domTransformers,
|
||||
const HideDraftSignatureTransformer()
|
||||
if (PlatformInfo.isWeb)
|
||||
const HideDraftSignatureTransformer()
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user