[SSE] Fix Bug 36222.
This commit is contained in:
parent
ff502f63cd
commit
4ad34f0652
|
@ -1681,6 +1681,7 @@ define([
|
||||||
if ($('body .asc-window:visible').length === 0) {
|
if ($('body .asc-window:visible').length === 0) {
|
||||||
this.isFrameClosed = true;
|
this.isFrameClosed = true;
|
||||||
this.api.asc_closeCellEditor();
|
this.api.asc_closeCellEditor();
|
||||||
|
Common.UI.Menu.Manager.hideAll();
|
||||||
Common.Gateway.internalMessage('canClose', {mr:data.data.mr, answer: true});
|
Common.Gateway.internalMessage('canClose', {mr:data.data.mr, answer: true});
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue