fix web style

This commit is contained in:
hjlarry
2026-01-18 13:40:12 +08:00
parent 682c93f262
commit 511df81201
40 changed files with 452 additions and 331 deletions

View File

@ -190,7 +190,9 @@ export const CommentThread: FC<CommentThreadProps> = memo(({
}, [mentionUsers])
useEffect(() => {
setReplyContent('')
Promise.resolve().then(() => {
setReplyContent('')
})
}, [comment.id])
useEffect(() => () => {