From f0e3c4c3e22f68fa5002d927980eaab242a21a0e Mon Sep 17 00:00:00 2001 From: Henry <30578846+hjball@users.noreply.github.com> Date: Fri, 13 Jun 2025 09:23:55 +0100 Subject: [PATCH] fix: render comments inside contenteditable (#79) --- 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}
+