From 76c3e48f1e136e2f5c49f5f7eabc9b4f93cd455d Mon Sep 17 00:00:00 2001 From: JuliaSvinareva Date: Mon, 21 Feb 2022 17:50:25 +0300 Subject: [PATCH] [SSE] Bug 55635 --- apps/spreadsheeteditor/main/app/controller/Print.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {