fix 'mark all read'
This commit is contained in:
parent
6509bc0589
commit
1e294cb10c
1 changed files with 2 additions and 1 deletions
|
@ -986,7 +986,8 @@ module.exports = React.createClass({
|
||||||
},
|
},
|
||||||
|
|
||||||
// update the read marker to match the read-receipt
|
// update the read marker to match the read-receipt
|
||||||
forgetReadMarker: function() {
|
forgetReadMarker: function(ev) {
|
||||||
|
ev.stopPropagation();
|
||||||
this.refs.messagePanel.forgetReadMarker();
|
this.refs.messagePanel.forgetReadMarker();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue