From eb6546568380a23481525392f9588c805534b761 Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 25 Apr 2024 13:57:59 +0100 Subject: [PATCH] fix: Table inserted in project notes/task notes along with data is not properly shown at Project Notes/Task Notes summery section. --- .../components/organisms/html_preview/table_html_extension.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/components/organisms/html_preview/table_html_extension.dart b/lib/src/components/organisms/html_preview/table_html_extension.dart index faf4f3a..a1d6b00 100644 --- a/lib/src/components/organisms/html_preview/table_html_extension.dart +++ b/lib/src/components/organisms/html_preview/table_html_extension.dart @@ -23,6 +23,7 @@ const zdsTableTags = { 'ul', 'li', 'colgroup', + 'hr', }; /// [TableHtmlExtension] adds support for the element to the flutter_html library.