forked from mystiq/hydrogen-web
Fix CallView types
This commit is contained in:
parent
d4eeca346d
commit
7c11992626
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export class CallView extends TemplateView<CallViewModel> {
|
|||
|
||||
public unmount() {
|
||||
if (this.resizeObserver) {
|
||||
this.resizeObserver.unobserve((this.root()! as Element).querySelector(".CallView_members"));
|
||||
this.resizeObserver.unobserve((this.root()! as Element).querySelector(".CallView_members")!);
|
||||
this.resizeObserver = undefined;
|
||||
}
|
||||
super.unmount();
|
||||
|
|
Loading…
Reference in a new issue