Commit ccfd8f4b authored by Muhammadali's avatar Muhammadali

update-

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