[SSE] Formula refactoring
This commit is contained in:
parent
a638878725
commit
33171349d6
|
@ -229,7 +229,7 @@ define([
|
|||
console.log('show formula settings');
|
||||
var me = this;
|
||||
|
||||
var name = props.name,
|
||||
var name = props.asc_getName(),
|
||||
descrarr = this.getDescription(Common.Utils.InternalSettings.get("sse-settings-func-locale")),
|
||||
funcprops = {
|
||||
name: this.api.asc_getFormulaLocaleName(name),
|
||||
|
|
|
@ -146,7 +146,7 @@ define([
|
|||
|
||||
Common.UI.Window.prototype.hide.call(this);
|
||||
|
||||
!this._preventCloseCellEditor && this.api.asc_closeCellEditor();
|
||||
!this._preventCloseCellEditor && this.api.asc_closeCellEditor(true);
|
||||
},
|
||||
|
||||
onBtnClick: function (event) {
|
||||
|
|
Loading…
Reference in a new issue