feat: 添加评论输入组件的初始隐私状态支持

This commit is contained in:
2025-09-10 11:46:12 +08:00
parent 1d74723e44
commit b380e971cc

View File

@ -228,6 +228,7 @@ export function CommentItem(
{showReplyInput && !showEditInput && <CommentInput
user={user}
onCommentSubmitted={onReply}
initIsPrivate={isPrivate}
/>}
{showEditInput && !showReplyInput && <CommentInput
user={user}