1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

remove obsolete this._roomViewStoreToken.remove();

This commit is contained in:
Matthew Hodgson
2017-09-08 20:14:27 +02:00
committed by GitHub
parent 663dc3e513
commit 0e8bd856bc

View File

@ -349,7 +349,6 @@ module.exports = React.createClass({
UDEHandler.stopListening();
window.removeEventListener("focus", this.onFocus);
window.removeEventListener('resize', this.handleResize);
this._roomViewStoreToken.remove();
},
componentDidUpdate: function() {