mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Mark updateMatchesCountOnProgress
, in the PDFFindControllerOptions, as optional (issue 15990)
This commit is contained in:
parent
351d11c9bd
commit
e981badb94
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ function getOriginalIndex(diffs, pos, len) {
|
|||
* @typedef {Object} PDFFindControllerOptions
|
||||
* @property {IPDFLinkService} linkService - The navigation/linking service.
|
||||
* @property {EventBus} eventBus - The application event bus.
|
||||
* @property {boolean} updateMatchesCountOnProgress - True if the matches
|
||||
* @property {boolean} [updateMatchesCountOnProgress] - True if the matches
|
||||
* count must be updated on progress or only when the last page is reached.
|
||||
* The default value is `true`.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue