mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 16:31:37 +02:00
Fix missing type for state
This commit is contained in:
parent
fe1d0e66fe
commit
fa03b10409
@ -41,7 +41,7 @@ export default class BackdropPanel extends React.PureComponent<IProps, IState> {
|
|||||||
};
|
};
|
||||||
private style = getComputedStyle(document.documentElement);
|
private style = getComputedStyle(document.documentElement);
|
||||||
|
|
||||||
public state = {};
|
public state: IState = {};
|
||||||
|
|
||||||
public componentDidMount() {
|
public componentDidMount() {
|
||||||
UIStore.instance.on("SpacePanel", this.onResize);
|
UIStore.instance.on("SpacePanel", this.onResize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user