mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 18:25:37 +02:00
Refresh the zoom settings after rotating the pages also for non-fullscreen, using the current value of the scale.
This commit is contained in:
parent
3120edc8d2
commit
3e20fe2355
1 changed files with 1 additions and 3 deletions
|
@ -1201,9 +1201,7 @@ var PDFView = {
|
||||||
|
|
||||||
var currentPage = this.pages[this.page - 1];
|
var currentPage = this.pages[this.page - 1];
|
||||||
|
|
||||||
if (this.isFullscreen) {
|
this.parseScale(this.currentScaleValue, true);
|
||||||
this.parseScale('page-fit', true);
|
|
||||||
}
|
|
||||||
|
|
||||||
this.renderHighestPriority();
|
this.renderHighestPriority();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue