mirror of https://github.com/vector-im/riot-web
Merge pull request #2576 from matrix-org/bwindels/debouncefiltermore
increase debouncing of filtering because its quite laggy atmpull/21833/head
commit
0f7b73bc1b
|
@ -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