mirror of https://github.com/vector-im/riot-web
Fix mr comments
parent
d65f6dd002
commit
468bb5cdcf
|
@ -54,6 +54,7 @@ export default class BackdropPanel extends React.PureComponent<IProps, IState> {
|
|||
|
||||
public componentWillUnmount() {
|
||||
UIStore.instance.off("SpacePanel", this.onResize);
|
||||
UIStore.instance.on("GroupFilterPanelContainer", this.onResize);
|
||||
}
|
||||
|
||||
public componentDidUpdate(prevProps: IProps) {
|
||||
|
|
Loading…
Reference in New Issue