Compare commits

..

No commits in common. "25b6da7f264a9742ab409c6586502d536062dd52" and "3d8f7c2a3a09cfbe325f97a761a8671cbd1e45b2" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -13097,15 +13097,15 @@ const PDFViewerApplication = {
}
if (isValidSpreadMode(spread)) {
//默认双页
this.pdfViewer.spreadMode = spread;
// this.pdfViewer.spreadMode = 1;
// this.pdfViewer.spreadMode = spread;
this.pdfViewer.spreadMode = 1;
}
};
this.isInitialViewSet = true;
this.pdfSidebar?.setInitialView(sidebarView);
//默认双页
setViewerModes(scrollMode, spreadMode);
// setViewerModes(scrollMode, 1);
// setViewerModes(scrollMode, spreadMode);
setViewerModes(scrollMode, 1);
if (this.initialBookmark) {
setRotation(this.initialRotation);
delete this.initialRotation;