* Fix: #746

* formatting
This commit is contained in:
Ludy
2024-02-18 08:40:30 +01:00
committed by GitHub
parent 673f005fe6
commit 51ad741744
9 changed files with 265 additions and 283 deletions

View File

@@ -3323,13 +3323,13 @@
kind: OptionKind.WORKER
},
workerSrc: {
value: "/pdfjs/pdf.worker.js",
value: "./pdfjs/pdf.worker.js",
kind: OptionKind.WORKER
}
};
{
defaultOptions.defaultUrl = {
value: "/pdfjs/example/Welcome.pdf",
value: "./pdfjs/example/Welcome.pdf",
kind: OptionKind.VIEWER
};
defaultOptions.disablePreferences = {