Skip to content

Commit

Permalink
fix: Table inserted in project notes/task notes along with data is no…
Browse files Browse the repository at this point in the history
…t properly shown at Project Notes/Task Notes summery section.
  • Loading branch information
thelukewalton committed Apr 25, 2024
1 parent e1ed80d commit eb65465
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const zdsTableTags = {
'ul',
'li',
'colgroup',
'hr',
};

/// [TableHtmlExtension] adds support for the <table> element to the flutter_html library.
Expand Down

0 comments on commit eb65465

Please sign in to comment.