mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Enable the defaultZoomDelay
option/preference unconditionally (PR 15812 follow-up)
This option/preference was disabled in GENERIC builds, see PR 15812, to avoid landing it *just before* a new release. Hence it should be fine to enable this now.
This commit is contained in:
parent
e7cea29ad4
commit
9f50b0af37
1 changed files with 1 additions and 2 deletions
|
@ -70,8 +70,7 @@ const defaultOptions = {
|
|||
},
|
||||
defaultZoomDelay: {
|
||||
/** @type {number} */
|
||||
value:
|
||||
typeof PDFJSDev === "undefined" || !PDFJSDev.test("GENERIC") ? 400 : -1,
|
||||
value: 400,
|
||||
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
|
||||
},
|
||||
defaultZoomValue: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue