Merge pull request #18492 from calixteman/new_stamp_dialog

[Editor] Implement the new alt text flow (bug 1909604)
This commit is contained in:
calixteman 2024-07-30 10:25:02 +02:00 committed by GitHub
commit 8f45374881
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 1366 additions and 91 deletions

View file

@ -469,6 +469,11 @@ if (typeof PDFJSDev === "undefined" || !PDFJSDev.test("MOZCENTRAL")) {
value: typeof PDFJSDev !== "undefined" && PDFJSDev.test("CHROME") ? 2 : 0,
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
};
defaultOptions.enableFakeMLManager = {
/** @type {boolean} */
value: true,
kind: OptionKind.VIEWER,
};
}
if (typeof PDFJSDev === "undefined" || PDFJSDev.test("GENERIC")) {
defaultOptions.disablePreferences = {