mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix web style
This commit is contained in:
@ -190,7 +190,9 @@ export const CommentThread: FC<CommentThreadProps> = memo(({
|
||||
}, [mentionUsers])
|
||||
|
||||
useEffect(() => {
|
||||
setReplyContent('')
|
||||
Promise.resolve().then(() => {
|
||||
setReplyContent('')
|
||||
})
|
||||
}, [comment.id])
|
||||
|
||||
useEffect(() => () => {
|
||||
|
||||
Reference in New Issue
Block a user