mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 07:37:57 +02:00
Apply the current zoom level value to each page in Presentation Mode
This commit is contained in:
parent
fa03a777b6
commit
f35e777d81
2 changed files with 3 additions and 2 deletions
|
@ -327,6 +327,7 @@ var PageView = function pageView(container, id, scale,
|
|||
this.scrollIntoView = function pageViewScrollIntoView(dest) {
|
||||
if (PresentationMode.active) { // Avoid breaking presentation mode.
|
||||
dest = null;
|
||||
PDFView.setScale(PDFView.currentScaleValue, true, true);
|
||||
}
|
||||
if (!dest) {
|
||||
scrollIntoView(div);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue