Skip to content

Commit

Permalink
Merge pull request #12148 from timvandermeij/revert
Browse files Browse the repository at this point in the history
Revert "Populate the find field with the search query when URL has #search hash"
  • Loading branch information
timvandermeij authored Jul 31, 2020
2 parents 0d20a2b + 81ae565 commit 0c2cef8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2349,10 +2349,6 @@ function webViewerFindFromUrlHash(evt) {
highlightAll: true,
findPrevious: false,
});

if (PDFViewerApplication.findBar) {
PDFViewerApplication.findBar.findField.value = evt.query;
}
}

function webViewerUpdateFindMatchesCount({ matchesCount }) {
Expand Down

0 comments on commit 0c2cef8

Please sign in to comment.