Commit e5b5fd23 authored by Muhammadali's avatar Muhammadali

update-

parent 773c215a
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.0.2", "version": "3.0.3",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -185,6 +185,7 @@ const ModalPhoneNumpad = ({ ...@@ -185,6 +185,7 @@ const ModalPhoneNumpad = ({
// ------------------- // -------------------
var currentTime = new Date(); var currentTime = new Date();
if (dynamicValue === 'connected') { if (dynamicValue === 'connected') {
console.log(call_history.slice(-1)[0], inputValue);
if ( if (
Boolean(inputValue.toString().length) && Boolean(inputValue.toString().length) &&
call_history.slice(-1)[0] != inputValue call_history.slice(-1)[0] != inputValue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment