From 98e4bfcda8ea2a7da3f9c62e0f054d39cc29990d Mon Sep 17 00:00:00 2001 From: hjlarry Date: Fri, 3 Oct 2025 23:36:56 +0800 Subject: [PATCH] click comment icon not switch to comment mode --- web/app/components/workflow/hooks/use-workflow-comment.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/components/workflow/hooks/use-workflow-comment.ts b/web/app/components/workflow/hooks/use-workflow-comment.ts index 5b65023d25..73c8e9e947 100644 --- a/web/app/components/workflow/hooks/use-workflow-comment.ts +++ b/web/app/components/workflow/hooks/use-workflow-comment.ts @@ -128,7 +128,6 @@ export const useWorkflowComment = () => { setPendingComment(null) activeCommentIdRef.current = comment.id - setControlMode(ControlMode.Comment) setActiveCommentId(comment.id) const cachedDetail = commentDetailCacheRef.current[comment.id]