Add new button introduced in pdfjs viewer 2.12.313

This commit is contained in:
Joachim Bauch 2022-01-31 12:32:13 +01:00
parent 666e2e4513
commit 29b5923d5b
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02

View file

@ -195,6 +195,9 @@ See https://github.com/adobe-type-tools/cmap-resources
<div class="horizontalToolbarSeparator"></div>
<button id="scrollPage" class="secondaryToolbarButton scrollModeButtons scrollPage" title="Use Page Scrolling" tabindex="62" data-l10n-id="scroll_page">
<span data-l10n-id="scroll_page_label">Page Scrolling</span>
</button>
<button id="scrollVertical" class="secondaryToolbarButton scrollModeButtons scrollVertical toggled" title="Use Vertical Scrolling" tabindex="62" data-l10n-id="scroll_vertical">
<span data-l10n-id="scroll_vertical_label">Vertical Scrolling</span>
</button>