mirror of https://github.com/langgenius/dify.git
click comment icon not switch to comment mode
This commit is contained in:
parent
ee48ca7671
commit
98e4bfcda8
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue