[SSE] Fix Bug 36944.

Close table settings in the right panel for selected pivot table.
This commit is contained in:
Julia Radzhabova 2018-02-16 14:16:44 +03:00
parent fe60670aa3
commit 4672b6c734

View file

@ -118,7 +118,7 @@ define([
selectType = info.asc_getFlags().asc_getSelectionType(),
formatTableInfo = info.asc_getFormatTableInfo(),
sparkLineInfo = info.asc_getSparklineInfo(),
pivotInfo = info.asc_getPivotTableInfo();
pivotInfo = null;//info.asc_getPivotTableInfo();
if (selectType == Asc.c_oAscSelectionType.RangeImage || selectType == Asc.c_oAscSelectionType.RangeShape ||
selectType == Asc.c_oAscSelectionType.RangeChart || selectType == Asc.c_oAscSelectionType.RangeChartText || selectType == Asc.c_oAscSelectionType.RangeShapeText) {