Commit 05bd4ac5 authored by Muhammadali's avatar Muhammadali

update-

parent be15a3e7
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "4.8.29", "version": "4.8.30",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -38,7 +38,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => { ...@@ -38,7 +38,10 @@ const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
now_no_active = 0; now_no_active = 0;
} }
function updateChat() { function updateChat() {
if (now_no_active >= no_active_delay && !modalState.bool) { if (
now_no_active >= no_active_delay &&
(!modalState.bool || !innerCallerModal.bool)
) {
location.reload(); location.reload();
return; return;
} }
......
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