mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:47:17 +08:00
Merge pull request #2576 from matrix-org/bwindels/debouncefiltermore
increase debouncing of filtering because its quite laggy atm
This commit is contained in:
commit
0f7b73bc1b
@ -71,7 +71,7 @@ module.exports = React.createClass({
|
||||
function() {
|
||||
this.props.onSearch(this.refs.search.value);
|
||||
},
|
||||
100,
|
||||
500,
|
||||
),
|
||||
|
||||
_onKeyDown: function(ev) {
|
||||
|
Loading…
Reference in New Issue
Block a user