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

increase debouncing of filtering because its quite laggy atm
pull/21833/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -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) {