diff --git a/apps/spreadsheeteditor/main/app/controller/PivotTable.js b/apps/spreadsheeteditor/main/app/controller/PivotTable.js index be9468999..5f336a592 100644 --- a/apps/spreadsheeteditor/main/app/controller/PivotTable.js +++ b/apps/spreadsheeteditor/main/app/controller/PivotTable.js @@ -145,6 +145,9 @@ define([ }, onSelectClick: function(btn, opts){ + if (this.api) { + this._originalProps.asc_select(this.api); + } Common.NotificationCenter.trigger('edit:complete', this); },