From 23093efc969ff63ad780cfa8c521a9380a451d0e Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Tue, 22 Aug 2023 23:49:07 +0530 Subject: [PATCH] =?UTF-8?q?fix:=C2=A0dont=20open=20popup=20again=20when=20?= =?UTF-8?q?call=20is=20accepted?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/CallUI.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/CallUI.vue b/frontend/src/components/CallUI.vue index c3d15c74..aa62493a 100644 --- a/frontend/src/components/CallUI.vue +++ b/frontend/src/components/CallUI.vue @@ -352,7 +352,6 @@ async function makeOutgoingCall(close) { if (info.CallStatus == 'in-progress') { log.value = `Call in progress.` - showCallPopup.value = true calling.value = false onCall.value = true counterUp.value.start()