[SSE] Fix Bug 35705.

This commit is contained in:
Julia Radzhabova 2017-08-23 12:09:25 +03:00
parent 7b128bc62c
commit 86b84cb487

View file

@ -618,6 +618,11 @@ define([
},
menuFilesShowHide: function(state) {
if (this.api) {
this.api.asc_closeCellEditor();
this.api.asc_enableKeyEvents(!(state == 'show'));
}
if ( this.dlgSearch ) {
if ( state == 'show' )
this.dlgSearch.suspendKeyEvents();