From 0a8f2fae79540414d256553dabab229af99e7a85 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 17 Aug 2020 18:41:43 +0300 Subject: [PATCH] [DE] Fix Bug 44512, Bug 44270 --- apps/common/main/lib/component/LoadMask.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/main/lib/component/LoadMask.js b/apps/common/main/lib/component/LoadMask.js index e0792ec67..776e2af88 100644 --- a/apps/common/main/lib/component/LoadMask.js +++ b/apps/common/main/lib/component/LoadMask.js @@ -149,7 +149,7 @@ define([ timerId = 0; } if (ownerEl && ownerEl.ismasked) { - if (ownerEl.closest('.asc-window.modal').length==0) + if (ownerEl.closest('.asc-window.modal').length==0 && !Common.Utils.ModalWindow.isVisible()) Common.util.Shortcuts.resumeEvents(); maskeEl && maskeEl.remove();