Commit 01afdb55 authored by Muhammadali's avatar Muhammadali

update-

parent 05bd4ac5
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.30", "version": "4.8.31",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -51,7 +51,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -51,7 +51,7 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
updateChat(); updateChat();
}, 1000); }, 1000);
document.onmousemove = activeUser; document.onmousemove = activeUser;
console.log('modalState_bool: ', !modalState.bool); console.log('modalState_bool: ', !modalState.bool, !innerCallerModal.bool);
// ====================================================== // ======================================================
useEffect(() => { useEffect(() => {
......
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