[SSE] Bug 55635

This commit is contained in:
JuliaSvinareva 2022-02-21 17:50:25 +03:00
parent b2bdae98da
commit 76c3e48f1e

View file

@ -318,9 +318,8 @@ define([
if (!!pageCount) { if (!!pageCount) {
this.updateNavigationButtons(0, pageCount); this.updateNavigationButtons(0, pageCount);
this.printSettings.txtNumberPage.checkValidate(); this.printSettings.txtNumberPage.checkValidate();
this._isPreviewVisible = true;
} }
this._isPreviewVisible = true;
}, },
openPrintSettings: function(type, cmp, format, asUrl) { openPrintSettings: function(type, cmp, format, asUrl) {