[SSE] Fix Bug 35705.
This commit is contained in:
parent
7b128bc62c
commit
86b84cb487
|
@ -618,6 +618,11 @@ define([
|
||||||
},
|
},
|
||||||
|
|
||||||
menuFilesShowHide: function(state) {
|
menuFilesShowHide: function(state) {
|
||||||
|
if (this.api) {
|
||||||
|
this.api.asc_closeCellEditor();
|
||||||
|
this.api.asc_enableKeyEvents(!(state == 'show'));
|
||||||
|
}
|
||||||
|
|
||||||
if ( this.dlgSearch ) {
|
if ( this.dlgSearch ) {
|
||||||
if ( state == 'show' )
|
if ( state == 'show' )
|
||||||
this.dlgSearch.suspendKeyEvents();
|
this.dlgSearch.suspendKeyEvents();
|
||||||
|
|
Loading…
Reference in a new issue