mirror of https://github.com/vector-im/riot-web
increase debouncing of filtering because its quite laggy atm
parent
ce2066b741
commit
d501ce0553
|
@ -71,7 +71,7 @@ module.exports = React.createClass({
|
||||||
function() {
|
function() {
|
||||||
this.props.onSearch(this.refs.search.value);
|
this.props.onSearch(this.refs.search.value);
|
||||||
},
|
},
|
||||||
100,
|
500,
|
||||||
),
|
),
|
||||||
|
|
||||||
_onKeyDown: function(ev) {
|
_onKeyDown: function(ev) {
|
||||||
|
|
Loading…
Reference in New Issue