fix: auto focus on reply (#3083)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Vinh
2020-08-06 19:03:04 +00:00
committed by GitHub
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}