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]