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:
Tim van der Meij 2020-08-01 00:53:51 +02:00 committed by GitHub
commit 0c2cef8024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2349,10 +2349,6 @@ function webViewerFindFromUrlHash(evt) {
highlightAll: true,
findPrevious: false,
});
if (PDFViewerApplication.findBar) {
PDFViewerApplication.findBar.findField.value = evt.query;
}
}
function webViewerUpdateFindMatchesCount({ matchesCount }) {