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
+1 -1
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) {