|
|
@ -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(); |
|
|
|
|
|
|
|
|
|
|
|