mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
click comment icon not switch to comment mode
This commit is contained in:
@ -128,7 +128,6 @@ export const useWorkflowComment = () => {
|
|||||||
setPendingComment(null)
|
setPendingComment(null)
|
||||||
|
|
||||||
activeCommentIdRef.current = comment.id
|
activeCommentIdRef.current = comment.id
|
||||||
setControlMode(ControlMode.Comment)
|
|
||||||
setActiveCommentId(comment.id)
|
setActiveCommentId(comment.id)
|
||||||
|
|
||||||
const cachedDetail = commentDetailCacheRef.current[comment.id]
|
const cachedDetail = commentDetailCacheRef.current[comment.id]
|
||||||
|
|||||||
Reference in New Issue
Block a user