mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #12148 from timvandermeij/revert
Revert "Populate the find field with the search query when URL has #search hash"
This commit is contained in:
commit
0c2cef8024
1 changed files with 0 additions and 4 deletions
|
@ -2349,10 +2349,6 @@ function webViewerFindFromUrlHash(evt) {
|
|||
highlightAll: true,
|
||||
findPrevious: false,
|
||||
});
|
||||
|
||||
if (PDFViewerApplication.findBar) {
|
||||
PDFViewerApplication.findBar.findField.value = evt.query;
|
||||
}
|
||||
}
|
||||
|
||||
function webViewerUpdateFindMatchesCount({ matchesCount }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue