[SSE] Fix bug 56604

This commit is contained in:
JuliaSvinareva 2022-04-13 18:02:21 +03:00
parent e4372346d4
commit 0d58f79dc2

View file

@ -330,6 +330,7 @@ define([
this.printSettings.txtNumberPage.checkValidate(); this.printSettings.txtNumberPage.checkValidate();
} }
this._isPreviewVisible = true; this._isPreviewVisible = true;
!!pageCount && this.updatePreview();
}, },
openPrintSettings: function(type, cmp, format, asUrl) { openPrintSettings: function(type, cmp, format, asUrl) {