From 4653981b6b9aee2db4aca142d940e97a4b4936e1 Mon Sep 17 00:00:00 2001 From: hjlarry Date: Wed, 17 Sep 2025 20:45:54 +0800 Subject: [PATCH] not display more icon when in edit mode --- .../components/workflow/comment/thread.tsx | 28 ++++++++++--------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/web/app/components/workflow/comment/thread.tsx b/web/app/components/workflow/comment/thread.tsx index 3e2b380786..2d6fb7b64f 100644 --- a/web/app/components/workflow/comment/thread.tsx +++ b/web/app/components/workflow/comment/thread.tsx @@ -197,18 +197,19 @@ export const CommentThread: FC = memo(({ key={reply.id} className='group relative rounded-lg py-2 transition-colors hover:bg-components-panel-on-panel-item-bg' > -
- + {!isReplyEditing && ( +
+ {activeReplyMenuId === reply.id && (
)} -
+
+ )} {isReplyEditing ? (