[SSE] Formula refactoring

This commit is contained in:
Julia Radzhabova 2020-04-20 12:43:04 +03:00
parent a638878725
commit 33171349d6
2 changed files with 2 additions and 2 deletions

View file

@ -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),

View file

@ -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) {