mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Enable forwarding, in FirefoxCom
, of the matchesCount to the browser findbar (bug 1062025)
This depends on https://bugzilla.mozilla.org/show_bug.cgi?id=1062025 landing in `mozilla-central` first, since https://searchfox.org/mozilla-central/rev/37663bb87004167184de6f2afa6b05875eb0528e/browser/extensions/pdfjs/content/PdfStreamConverter.jsm#719,740 would otherwise throw for the unknown event name.
This commit is contained in:
parent
ed32f6a082
commit
fafd8819bc
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ PDFViewerApplication.externalServices = {
|
|||
},
|
||||
|
||||
updateFindMatchesCount(data) {
|
||||
// FirefoxCom.request('updateFindMatchesCount', data);
|
||||
FirefoxCom.request('updateFindMatchesCount', data);
|
||||
},
|
||||
|
||||
initPassiveLoading(callbacks) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue