[SSE] Fix Bug 32936.

This commit is contained in:
Julia Radzhabova 2016-08-16 14:48:13 +03:00
parent 795c85884e
commit 84cf8d181a

View file

@ -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) {