Commit 84cf8d18 authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Fix Bug 32936.

parent 795c8588
...@@ -1527,7 +1527,6 @@ define([ ...@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment