Fix focus

This commit is contained in:
Julia Radzhabova
2023-05-31 18:34:04 +03:00
parent 362669c0a8
commit acae5eec06

View File

@ -221,7 +221,7 @@ define([ 'text!spreadsheeteditor/main/app/template/FieldSettingsDialog.templa
getFocusedComponents: function() {
return [
this.inputCustomName, this.radioTabular, this.radioOutline, this.chCompact, this.chRepeat, this.chBlank, this.chSubtotals, this.radioTop, this.radioBottom, this.chEmpty, // 0 tab
this.inputCustomName, this.radioTabular, this.radioOutline, this.chCompact, this.btnFormat, this.chRepeat, this.chBlank, this.chSubtotals, this.radioTop, this.radioBottom, this.chEmpty, // 0 tab
this.chSum, this.chCount, this.chAve, this.chMax, this.chMin, this.chProduct, this.chNum, this.chDev, this.chDevp, this.chVar, this.chVarp // 1 tab
];
},