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
@ -2349,10 +2349,6 @@ function webViewerFindFromUrlHash(evt) {
|
|||||||
highlightAll: true,
|
highlightAll: true,
|
||||||
findPrevious: false,
|
findPrevious: false,
|
||||||
});
|
});
|
||||||
|
|
||||||
if (PDFViewerApplication.findBar) {
|
|
||||||
PDFViewerApplication.findBar.findField.value = evt.query;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function webViewerUpdateFindMatchesCount({ matchesCount }) {
|
function webViewerUpdateFindMatchesCount({ matchesCount }) {
|
||||||
|
Loading…
Reference in New Issue
Block a user