[SSE] Fix Bug 38135
This commit is contained in:
parent
3e79a19002
commit
a98924fefa
|
@ -131,6 +131,8 @@ define([
|
||||||
if (state == Asc.c_oAscCellEditorState.editStart){
|
if (state == Asc.c_oAscCellEditorState.editStart){
|
||||||
this.api.isCellEdited = true;
|
this.api.isCellEdited = true;
|
||||||
this.editor.cellNameDisabled(true);
|
this.editor.cellNameDisabled(true);
|
||||||
|
} else if (state == Asc.c_oAscCellEditorState.editInCell) {
|
||||||
|
this.api.isCEditorFocused = 'clear';
|
||||||
} else if (state == Asc.c_oAscCellEditorState.editEnd) {
|
} else if (state == Asc.c_oAscCellEditorState.editEnd) {
|
||||||
this.api.isCellEdited = false;
|
this.api.isCellEdited = false;
|
||||||
this.api.isCEditorFocused = false;
|
this.api.isCEditorFocused = false;
|
||||||
|
|
Loading…
Reference in a new issue