diff --git a/app/client/components/GridView.js b/app/client/components/GridView.js index e59577ec..8e3761ff 100644 --- a/app/client/components/GridView.js +++ b/app/client/components/GridView.js @@ -96,8 +96,7 @@ function GridView(gristDoc, viewSectionModel, isPreview = false) { this.cellSelector = selector.CellSelector.create(this, this); - if (!isPreview) { - // Disable summaries in import previews, for now. + if (!isPreview && !this.gristDoc.comparison) { this.selectionSummary = SelectionSummary.create(this, this.cellSelector, this.tableModel.tableData, this.sortedRows, this.viewSection.viewFields); }