[SSE] Refactoring

This commit is contained in:
Julia Radzhabova 2020-04-22 12:57:00 +03:00
parent 67dd73e767
commit a7b6ea5c09

View file

@ -1958,7 +1958,7 @@ define([
this.isAppDisabled = data.data;
break;
case 'queryClose':
if ($('body .asc-window:visible').length === 0) {
if (!Common.Utils.ModalWindow.isVisible()) {
this.isFrameClosed = true;
this.api.asc_closeCellEditor();
Common.UI.Menu.Manager.hideAll();