mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #7583 from Snuffleupagus/Named-Action-GoToPage-select
Change the `GoToPage` Named Action to select the contents of the `pageNumber` input, rather than just focusing the element
This commit is contained in:
commit
61a576c41f
1 changed files with 1 additions and 1 deletions
|
@ -1707,7 +1707,7 @@ function webViewerNamedAction(e) {
|
|||
var action = e.action;
|
||||
switch (action) {
|
||||
case 'GoToPage':
|
||||
PDFViewerApplication.appConfig.toolbar.pageNumber.focus();
|
||||
PDFViewerApplication.appConfig.toolbar.pageNumber.select();
|
||||
break;
|
||||
|
||||
case 'Find':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue