[SSE] Refactoring
This commit is contained in:
parent
67dd73e767
commit
a7b6ea5c09
|
@ -1958,7 +1958,7 @@ define([
|
||||||
this.isAppDisabled = data.data;
|
this.isAppDisabled = data.data;
|
||||||
break;
|
break;
|
||||||
case 'queryClose':
|
case 'queryClose':
|
||||||
if ($('body .asc-window:visible').length === 0) {
|
if (!Common.Utils.ModalWindow.isVisible()) {
|
||||||
this.isFrameClosed = true;
|
this.isFrameClosed = true;
|
||||||
this.api.asc_closeCellEditor();
|
this.api.asc_closeCellEditor();
|
||||||
Common.UI.Menu.Manager.hideAll();
|
Common.UI.Menu.Manager.hideAll();
|
||||||
|
|
Loading…
Reference in a new issue