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

View File

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