From 3b7bf455126d82cc99a487e7ae566fe9c23337bf Mon Sep 17 00:00:00 2001 From: Henry Date: Fri, 13 Jun 2025 09:20:58 +0100 Subject: [PATCH] fix: render comments inside contenteditable --- apps/web/src/views/card/components/Comment.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/src/views/card/components/Comment.tsx b/apps/web/src/views/card/components/Comment.tsx index 9a992edc..506ceda2 100644 --- a/apps/web/src/views/card/components/Comment.tsx +++ b/apps/web/src/views/card/components/Comment.tsx @@ -132,7 +132,11 @@ const Comment = ({ )} {!isEditing ? ( -

{comment}

+ ) : (