remove non-existing keypress handler
This commit is contained in:
parent
4bde0c08ad
commit
50c88279a0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class MenuOption extends React.Component {
|
|||
});
|
||||
|
||||
return <div className={optClasses}
|
||||
onClick={this._onClick} onKeyPress={this._onKeyPress}
|
||||
onClick={this._onClick}
|
||||
onMouseEnter={this._onMouseEnter}
|
||||
>
|
||||
{ this.props.children }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue