[DE] Enable key events for sdk when file menu is closed.
This commit is contained in:
parent
ea4b7f4366
commit
f71fb5a370
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue