mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
Fix CallView types
This commit is contained in:
parent
d4eeca346d
commit
7c11992626
@ -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 New Issue
Block a user