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
@ -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…
x
Reference in New Issue
Block a user