mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
[se] Fix crash; Fox bug 74254
This commit is contained in:
@ -1386,9 +1386,7 @@
|
||||
if (-1 !== fieldIndex) {
|
||||
let pivotField;
|
||||
if (pivotTables.length > 0) {
|
||||
const slicerCachePivotTable = this.pivotTables[0];
|
||||
const pivotTable = slicerCachePivotTable.getPivotTable(wb);
|
||||
pivotField = pivotTable.asc_getPivotFields()[fieldIndex];
|
||||
pivotField = pivotTables[0].asc_getPivotFields()[fieldIndex];
|
||||
}
|
||||
var cacheField = cacheDefinition.getFields()[fieldIndex];
|
||||
res = {
|
||||
|
||||
Reference in New Issue
Block a user