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