mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Oops, wrong function
This commit is contained in:
parent
2e77b0a3c7
commit
8e1105b12a
@ -229,7 +229,7 @@ module.exports = React.createClass({
|
||||
}, 300);
|
||||
},
|
||||
|
||||
onFilterChange: function() {
|
||||
onFilterClear: function() {
|
||||
this.filterString = null;
|
||||
|
||||
if (this.filterTimeout) {
|
||||
|
Loading…
Reference in New Issue
Block a user