1
0
forked from test/crm

fix: dont open popup again when call is accepted

This commit is contained in:
Shariq Ansari 2023-08-22 23:49:07 +05:30
parent aee81cbe18
commit 23093efc96

View File

@ -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()