mirror of
https://github.com/wassname/talk.git
synced 2026-07-20 12:40:47 +08:00
fix: auto focus on reply (#3083)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
parent
0fe0be832e
commit
e412b27c1e
@@ -47,6 +47,7 @@ const ReplyCommentForm: FunctionComponent<ReplyCommentFormProps> = (props) => {
|
||||
return (
|
||||
<div>
|
||||
<CommentForm
|
||||
rteRef={props.rteRef}
|
||||
siteID={props.siteID}
|
||||
onSubmit={props.onSubmit}
|
||||
initialValues={props.initialValues}
|
||||
|
||||
Reference in New Issue
Block a user