mirror of https://github.com/vector-im/riot-web
parent
1590fe32cf
commit
e4cf7314f5
src/components/structures
|
@ -43,7 +43,7 @@ interface IState {
|
|||
|
||||
export default class EmbeddedPage extends React.PureComponent<IProps, IState> {
|
||||
public static contextType = MatrixClientContext;
|
||||
private unmounted = true;
|
||||
private unmounted = false;
|
||||
private dispatcherRef: string;
|
||||
|
||||
constructor(props: IProps, context: typeof MatrixClientContext) {
|
||||
|
|
Loading…
Reference in New Issue