diff --git a/apps/spreadsheeteditor/main/app/controller/Print.js b/apps/spreadsheeteditor/main/app/controller/Print.js index 273fca42f..e8af354c4 100644 --- a/apps/spreadsheeteditor/main/app/controller/Print.js +++ b/apps/spreadsheeteditor/main/app/controller/Print.js @@ -318,9 +318,8 @@ define([ if (!!pageCount) { this.updateNavigationButtons(0, pageCount); this.printSettings.txtNumberPage.checkValidate(); - - this._isPreviewVisible = true; } + this._isPreviewVisible = true; }, openPrintSettings: function(type, cmp, format, asUrl) {