Fix mr comments

pull/21833/head
Dariusz Niemczyk 2021-08-19 07:14:13 +02:00
parent d65f6dd002
commit 468bb5cdcf
No known key found for this signature in database
GPG Key ID: 3E8DC619E3C59A05
1 changed files with 1 additions and 0 deletions

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