mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Revert "Populate the find field with the search query when URL has #search hash"
This reverts commit 50f73092e1
. This
causes an inconsistency with the integrated find bar that should be
discussed more before moving on with this (refer to PR #12141).
This commit is contained in:
parent
0d20a2b7b4
commit
81ae565d8a
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