From 0d4cc837a9c8352c1a9248836972addf9f062c49 Mon Sep 17 00:00:00 2001 From: sylenien Date: Fri, 16 Sep 2022 16:48:01 +0200 Subject: [PATCH] change(tracker): fix up --- tracker/tracker-assist/src/CallWindow.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tracker/tracker-assist/src/CallWindow.ts b/tracker/tracker-assist/src/CallWindow.ts index a85db20e5..c892681a4 100644 --- a/tracker/tracker-assist/src/CallWindow.ts +++ b/tracker/tracker-assist/src/CallWindow.ts @@ -281,9 +281,7 @@ export default class CallWindow { } public showRemoteOnly() { - if (this.controlsContainer) { - this.controlsContainer.style.display = 'none' - } + this.hideControls() this.showRemoteControl() }