Fix mr comments
This commit is contained in:
parent
d65f6dd002
commit
468bb5cdcf
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ export default class BackdropPanel extends React.PureComponent<IProps, IState> {
|
||||||
|
|
||||||
public componentWillUnmount() {
|
public componentWillUnmount() {
|
||||||
UIStore.instance.off("SpacePanel", this.onResize);
|
UIStore.instance.off("SpacePanel", this.onResize);
|
||||||
|
UIStore.instance.on("GroupFilterPanelContainer", this.onResize);
|
||||||
}
|
}
|
||||||
|
|
||||||
public componentDidUpdate(prevProps: IProps) {
|
public componentDidUpdate(prevProps: IProps) {
|
||||||
|
|
Loading…
Reference in a new issue