mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-26 11:06:23 +00:00
feat: 添加评论输入组件的初始隐私状态支持
This commit is contained in:
@ -228,6 +228,7 @@ export function CommentItem(
|
|||||||
{showReplyInput && !showEditInput && <CommentInput
|
{showReplyInput && !showEditInput && <CommentInput
|
||||||
user={user}
|
user={user}
|
||||||
onCommentSubmitted={onReply}
|
onCommentSubmitted={onReply}
|
||||||
|
initIsPrivate={isPrivate}
|
||||||
/>}
|
/>}
|
||||||
{showEditInput && !showReplyInput && <CommentInput
|
{showEditInput && !showReplyInput && <CommentInput
|
||||||
user={user}
|
user={user}
|
||||||
|
Reference in New Issue
Block a user