Commit 9a8077d7 authored by Muhammadali's avatar Muhammadali

update-

parent ba24af03
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.36", "version": "4.8.37",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -43,10 +43,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -43,10 +43,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
} }
setInterval(() => { setInterval(() => {
if ( if (
(now_no_active >= no_active_delay && now_no_active >= no_active_delay && modalState.bool === 'undefined'
!modalState.bool && ? true
!innerCallerModal.bool) || : (!modalState.bool && !innerCallerModal.bool) ||
modalState.bool === 'undefined' modalState.bool === 'undefined'
) { ) {
now_no_active++; now_no_active++;
updateChat(); updateChat();
...@@ -55,8 +55,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -55,8 +55,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
document.onmousemove = activeUser; document.onmousemove = activeUser;
console.log( console.log(
'modalState_bool: ', 'modalState_bool: ',
(!modalState.bool && !innerCallerModal.bool) || modalState.bool === 'undefined'
modalState.bool === 'undefined', ? true
: (!modalState.bool && !innerCallerModal.bool) ||
modalState.bool === 'undefined',
); );
// ====================================================== // ======================================================
......
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