[SSE] Fix Bug 38135

This commit is contained in:
Julia Radzhabova 2018-09-10 12:50:06 +03:00
parent 3e79a19002
commit a98924fefa

View file

@ -131,6 +131,8 @@ define([
if (state == Asc.c_oAscCellEditorState.editStart){
this.api.isCellEdited = true;
this.editor.cellNameDisabled(true);
} else if (state == Asc.c_oAscCellEditorState.editInCell) {
this.api.isCEditorFocused = 'clear';
} else if (state == Asc.c_oAscCellEditorState.editEnd) {
this.api.isCellEdited = false;
this.api.isCEditorFocused = false;