mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Display the pageSize of the *currently* active page in the document properties dialog
This commit is contained in:
parent
adeaefedae
commit
51ddcd6380
2 changed files with 17 additions and 4 deletions
|
@ -429,7 +429,7 @@ let PDFViewerApplication = {
|
|||
|
||||
this.pdfDocumentProperties =
|
||||
new PDFDocumentProperties(appConfig.documentProperties,
|
||||
this.overlayManager, this.l10n);
|
||||
this.overlayManager, eventBus, this.l10n);
|
||||
|
||||
this.pdfCursorTools = new PDFCursorTools({
|
||||
container,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue