mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-02 17:21:25 +01:00
comment what a CR is
This commit is contained in:
parent
ddbc8dffb3
commit
75bc878657
@ -38,7 +38,7 @@ module.exports = React.createClass({
|
||||
},
|
||||
|
||||
onSearchChange: function(e) {
|
||||
if (e.keyCode === 13) {
|
||||
if (e.keyCode === 13) { // on enter...
|
||||
this.props.onSearch(this.refs.search_term.getDOMNode().value, this.state.scope);
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user