Commit 05bd4ac5 authored by Muhammadali's avatar Muhammadali

update-

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