@vgroup/dialbox 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4048,6 +4048,7 @@ class DialboxComponent {
|
|
|
4048
4048
|
this.notificationCallList.push(incomingCall);
|
|
4049
4049
|
if (this.incomingCallnotification.data.data?.participantId) {
|
|
4050
4050
|
this.isCallInProgress = true;
|
|
4051
|
+
this.isDialpadHidden = false;
|
|
4051
4052
|
}
|
|
4052
4053
|
}
|
|
4053
4054
|
addNumber(num) {
|