diff --git a/ui/component/commentCreate/view.jsx b/ui/component/commentCreate/view.jsx index 4e9460f72..dec370fa2 100644 --- a/ui/component/commentCreate/view.jsx +++ b/ui/component/commentCreate/view.jsx @@ -105,6 +105,7 @@ export function CommentCreate(props: Props) { value={commentValue} charCount={charCount} onChange={handleCommentChange} + autoFocus={isReply} />