diff --git a/web/app.js b/web/app.js index b38fc6ec3..d309cb80b 100644 --- a/web/app.js +++ b/web/app.js @@ -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':