[DE] Enable key events for sdk when file menu is closed.

This commit is contained in:
Julia Radzhabova 2017-09-04 16:21:52 +03:00
parent ea4b7f4366
commit f71fb5a370

View file

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