mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Fix
This commit is contained in:
@ -560,7 +560,7 @@ define([
|
||||
pages = 'all';
|
||||
this._state.firstPrintPage = 0;
|
||||
} else if (this.printSettings.cmbRange.getValue() === 'current') {
|
||||
pages = String(this._navigationPreview.currentPage);
|
||||
pages = String(this._navigationPreview.currentPage + 1);
|
||||
this._state.firstPrintPage = this._navigationPreview.currentPage;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user