mirror of https://github.com/vector-im/riot-web
Oops, wrong function
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