Commit ccfd8f4b authored by Muhammadali's avatar Muhammadali

update-

parent c05003ed
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.33", "version": "4.8.35",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -43,9 +43,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -43,9 +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 && !modalState.bool &&
!innerCallerModal.bool !innerCallerModal.bool) ||
modalState.bool === 'undefined'
) { ) {
now_no_active++; now_no_active++;
updateChat(); updateChat();
...@@ -54,9 +55,9 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -54,9 +55,9 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
document.onmousemove = activeUser; document.onmousemove = activeUser;
console.log( console.log(
'modalState_bool: ', 'modalState_bool: ',
!modalState.bool, !modalState.bool &&
!innerCallerModal.bool, !innerCallerModal.bool) ||
!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