[SSE] Fix Bug 32936.
This commit is contained in:
parent
795c85884e
commit
84cf8d181a
|
@ -1527,7 +1527,6 @@ define([
|
||||||
case 'getMergeData': this.getMergeData(); break;
|
case 'getMergeData': this.getMergeData(); break;
|
||||||
case 'setAppDisabled':
|
case 'setAppDisabled':
|
||||||
this.isAppDisabled = data.data;
|
this.isAppDisabled = data.data;
|
||||||
this.api.asc_enableKeyEvents(false);
|
|
||||||
break;
|
break;
|
||||||
case 'queryClose':
|
case 'queryClose':
|
||||||
if ($('body .asc-window:visible').length === 0) {
|
if ($('body .asc-window:visible').length === 0) {
|
||||||
|
|
Loading…
Reference in a new issue