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 ? (