We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1983b commit fafa127Copy full SHA for fafa127
src/components/ModalPortal.js
@@ -221,7 +221,7 @@ export default class ModalPortal extends Component {
221
this.shouldClose = false;
222
}
223
224
- handleCountenOnMouseDown = () => {
+ handleContentOnMouseDown = () => {
225
226
227
@@ -277,7 +277,7 @@ export default class ModalPortal extends Component {
277
className={this.buildClassName('content', className)}
278
tabIndex="-1"
279
onKeyDown={this.handleKeyDown}
280
- onMouseDown={this.handleCountenOnMouseDown}
+ onMouseDown={this.handleContentOnMouseDown}
281
onClick={this.handleContentOnClick}
282
role={this.props.role}
283
aria-label={this.props.contentLabel}
0 commit comments