[DE] Fix Bug 44512, Bug 44270
This commit is contained in:
parent
5b1f27950d
commit
0a8f2fae79
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue