mirror of
https://github.com/langgenius/dify.git
synced 2026-02-18 22:00:55 -05:00
click comment icon not switch to comment mode
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user