Skip to content

Commit

Permalink
Fix: Autofocus approvalcommentform textarea on popover render (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodsum authored Mar 13, 2019
1 parent 3a84c76 commit 3b17e50
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ class ApprovalCommentForm extends React.Component<Props, State> {
}
validation={this.validateTextArea}
isRequired
autoFocus
/>
<aside
className={classNames('bcs-at-mention-tip', {
Expand Down

0 comments on commit 3b17e50

Please sign in to comment.