[DE] Fix Bug 44512, Bug 44270

This commit is contained in:
Julia Radzhabova 2020-08-17 18:41:43 +03:00
parent 5b1f27950d
commit 0a8f2fae79

View file

@ -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();