autofocus replies

This commit is contained in:
Sean Yesmunt 2020-03-20 15:21:39 -04:00
parent 6af22e7caf
commit 5e7ca886a8

View file

@ -105,6 +105,7 @@ export function CommentCreate(props: Props) {
value={commentValue}
charCount={charCount}
onChange={handleCommentChange}
autoFocus={isReply}
/>
<div className="section__actions">
<Button