Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmirnov authored and diasbruno committed Aug 14, 2017
1 parent fe1983b commit fafa127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ModalPortal.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export default class ModalPortal extends Component {
this.shouldClose = false;
}

handleCountenOnMouseDown = () => {
handleContentOnMouseDown = () => {
this.shouldClose = false;
}

Expand Down Expand Up @@ -277,7 +277,7 @@ export default class ModalPortal extends Component {
className={this.buildClassName('content', className)}
tabIndex="-1"
onKeyDown={this.handleKeyDown}
onMouseDown={this.handleCountenOnMouseDown}
onMouseDown={this.handleContentOnMouseDown}
onClick={this.handleContentOnClick}
role={this.props.role}
aria-label={this.props.contentLabel}
Expand Down

0 comments on commit fafa127

Please sign in to comment.