From f71fb5a3709036255c3b4433d803c2710232b59f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Mon, 4 Sep 2017 16:21:52 +0300 Subject: [PATCH] [DE] Enable key events for sdk when file menu is closed. --- apps/documenteditor/main/app/controller/LeftMenu.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/documenteditor/main/app/controller/LeftMenu.js b/apps/documenteditor/main/app/controller/LeftMenu.js index b1e126edb..31ecfc3e7 100644 --- a/apps/documenteditor/main/app/controller/LeftMenu.js +++ b/apps/documenteditor/main/app/controller/LeftMenu.js @@ -555,6 +555,8 @@ define([ else Common.Utils.asyncCall(this.dlgSearch.resumeKeyEvents, this.dlgSearch); } + if (this.api && state == 'hide') + this.api.asc_enableKeyEvents(true); }, onMenuChange: function (value) {