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: {
|
defaultZoomDelay: {
|
||||||
/** @type {number} */
|
/** @type {number} */
|
||||||
value:
|
value: 400,
|
||||||
typeof PDFJSDev === "undefined" || !PDFJSDev.test("GENERIC") ? 400 : -1,
|
|
||||||
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
|
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
|
||||||
},
|
},
|
||||||
defaultZoomValue: {
|
defaultZoomValue: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user