mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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…
Reference in New Issue
Block a user