mirror of https://github.com/vector-im/riot-web
remove non-existing keypress handler
parent
4bde0c08ad
commit
50c88279a0
|
@ -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…
Reference in New Issue