mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
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}
|
return <div className={optClasses}
|
||||||
onClick={this._onClick} onKeyPress={this._onKeyPress}
|
onClick={this._onClick}
|
||||||
onMouseEnter={this._onMouseEnter}
|
onMouseEnter={this._onMouseEnter}
|
||||||
>
|
>
|
||||||
{ this.props.children }
|
{ this.props.children }
|
||||||
|
|
Loading…
Reference in a new issue