1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Fix mr comments

This commit is contained in:
Dariusz Niemczyk
2021-08-19 07:14:13 +02:00
parent d65f6dd002
commit 468bb5cdcf

View File

@@ -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) {