mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-24 12:04:57 +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() {
|
public unmount() {
|
||||||
if (this.resizeObserver) {
|
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;
|
this.resizeObserver = undefined;
|
||||||
}
|
}
|
||||||
super.unmount();
|
super.unmount();
|
||||||
|
Loading…
Reference in New Issue
Block a user