Merge pull request #1588 from ONLYOFFICE/fix/bug_55635

[SSE] Bug 55635
This commit is contained in:
Julia Radzhabova 2022-02-21 18:27:16 +03:00 committed by GitHub
commit 2e000df201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {