Merge pull request #2576 from matrix-org/bwindels/debouncefiltermore

increase debouncing of filtering because its quite laggy atm
This commit is contained in:
Bruno Windels 2019-02-06 17:31:19 +00:00 committed by GitHub
commit 0f7b73bc1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ module.exports = React.createClass({
function() {
this.props.onSearch(this.refs.search.value);
},
100,
500,
),
_onKeyDown: function(ev) {