[SSE] lock 'protect' buttons while cell editing (#921)
This commit is contained in:
parent
eb93ff3c2c
commit
15df027586
|
@ -1960,6 +1960,10 @@ define([
|
||||||
toolbar.listStyles.resumeEvents();
|
toolbar.listStyles.resumeEvents();
|
||||||
this._state.prstyle = undefined;
|
this._state.prstyle = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ( this.appConfig.isDesktopApp && this.appConfig.canProtect ) {
|
||||||
|
this.getApplication().getController('Common.Controllers.Protection').SetDisabled(is_cell_edited, false);
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
if (state == Asc.c_oAscCellEditorState.editText) var is_text = true, is_formula = false; else
|
if (state == Asc.c_oAscCellEditorState.editText) var is_text = true, is_formula = false; else
|
||||||
if (state == Asc.c_oAscCellEditorState.editFormula) is_text = !(is_formula = true); else
|
if (state == Asc.c_oAscCellEditorState.editFormula) is_text = !(is_formula = true); else
|
||||||
|
|
Loading…
Reference in a new issue