remove non-existing keypress handler

pull/21833/head
Bruno Windels 2019-07-17 17:05:56 +02:00
parent 4bde0c08ad
commit 50c88279a0
1 changed files with 1 additions and 1 deletions

View File

@ -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 }