style: fix
This commit is contained in:
@@ -135,6 +135,8 @@ const CommentInput = forwardRef<CommentInputRef, CommentInputProps>(function (
|
||||
placeholder={
|
||||
params?.reply_to_user_id ? `回复 @${params.nickname}` : "写评论"
|
||||
}
|
||||
confirmType="send"
|
||||
onConfirm={handleSend}
|
||||
focus
|
||||
maxlength={100}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user