click comment icon not switch to comment mode

This commit is contained in:
hjlarry
2025-10-03 23:36:56 +08:00
parent ee48ca7671
commit 98e4bfcda8

View File

@@ -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]