1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-19 05:22:13 +03:00

De-register listener.

This commit is contained in:
Richard Lewis
2018-01-08 11:32:23 +00:00
parent 54d128658e
commit dc1423052f

View File

@@ -229,6 +229,7 @@ export default React.createClass({
componentWillUnmount() {
this.widgetMessaging.stopListening();
this.widgetMessaging.removeEndpoint(this.props.id, this.props.url);
dis.unregister(this._onAction);
window.removeEventListener('message', this._onMessage);
},