[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 'setAppDisabled':
this.isAppDisabled = data.data;
this.api.asc_enableKeyEvents(false);
break;
case 'queryClose':
if ($('body .asc-window:visible').length === 0) {