From fbeae2ee379f875d0e4a773f7a6d20feefa1e86f Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 21 Apr 2023 18:37:23 +0700 Subject: [PATCH] TF-1778 Fix system not display signature in email which has been sent (cherry picked from commit 18324cfafbd4cc87f5e9ae01ad06195ec2039cfd) --- pubspec.lock | 6 +++--- pubspec.yaml | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 4c48f0c8b..d9c32b1fa 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -361,11 +361,11 @@ packages: source: hosted version: "2.0.0" enough_html_editor: - dependency: transitive + dependency: "direct overridden" description: path: "." - ref: email_supported - resolved-ref: "4bbf049d7ec62d09030e4033760cd945439ba24d" + ref: "fix/escaped-html-signature" + resolved-ref: ff1a6f33cab442cd59d3d8548f51313ca0274a27 url: "https://github.com/linagora/enough_html_editor.git" source: git version: "0.0.5" diff --git a/pubspec.yaml b/pubspec.yaml index d07b3fddd..13a9d78f3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -222,6 +222,11 @@ dependency_overrides: pointer_interceptor: 0.9.1 + enough_html_editor: + git: + url: https://github.com/linagora/enough_html_editor.git + ref: fix/escaped-html-signature + # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec