aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-07-05 10:15:54 -0400
committerbobzel <zzzman@gmail.com>2022-07-05 10:15:54 -0400
commitc1cd00c7664df694b867f4989a1f61d959390742 (patch)
tree29cfd0a7f9ed26ce2fd2eaf90549232e6c999c9d /src/client/views/pdf
parent2917042be6dc9d05a1a6a8d9dd01d19f915f1b68 (diff)
parent3419d46a569da7ae8899588251426b82996ca523 (diff)
Merge branch 'master' into parker
Diffstat (limited to 'src/client/views/pdf')
-rw-r--r--src/client/views/pdf/PDFViewer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx
index 2869d4f2d..510c5c385 100644
--- a/src/client/views/pdf/PDFViewer.tsx
+++ b/src/client/views/pdf/PDFViewer.tsx
@@ -30,7 +30,7 @@ const _global = (window /* browser */ || global /* node */) as any;
//pdfjsLib.GlobalWorkerOptions.workerSrc = `/assets/pdf.worker.js`;
// The workerSrc property shall be specified.
-pdfjsLib.GlobalWorkerOptions.workerSrc = "https://unpkg.com/pdfjs-dist@2.13.216/build/pdf.worker.js";
+pdfjsLib.GlobalWorkerOptions.workerSrc = "https://unpkg.com/pdfjs-dist@2.14.305/build/pdf.worker.js";
interface IViewerProps extends FieldViewProps {
Document: Doc;