diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2024-01-23 12:33:33 -0500 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2024-01-23 12:33:33 -0500 |
commit | 3a235c77d942507838b63372cfa3dc38972bd0a2 (patch) | |
tree | c9f7d1045f5f6b0cd6c4f465c537f1e9ec9677ae /src | |
parent | 99e57e5c98a69b1d95e87ecc7728164748886a0e (diff) | |
parent | eae271b661465c915ea3a27ff25406409c4b377f (diff) |
Merge branch 'master' into data-visualization-sarah
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/pdf/PDFViewer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx index 4a7e35c16..1eee28ef3 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. -Pdfjs.GlobalWorkerOptions.workerSrc = 'https://unpkg.com/pdfjs-dist@4.0.269/build/pdf.worker.mjs'; +Pdfjs.GlobalWorkerOptions.workerSrc = 'https://unpkg.com/pdfjs-dist@4.0.379/build/pdf.worker.mjs'; interface IViewerProps extends FieldViewProps { Document: Doc; |