Skip to content

Commit

Permalink
Fix page label recognition and automatically update the toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtcode committed Jun 10, 2024
1 parent 0027014 commit 7770cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pdfjs/pdf.js
1 change: 1 addition & 0 deletions src/pdf/pdf-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ class PDFView {
}
this._onSetPageLabels(pageLabels);
this._render();
this._updateViewStats();
}

async _attachPage(originalPage) {
Expand Down

0 comments on commit 7770cf9

Please sign in to comment.