diff options
| author | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-07-12 12:07:38 -0400 |
|---|---|---|
| committer | Naafiyan Ahmed <naafiyan@gmail.com> | 2022-07-12 12:07:38 -0400 |
| commit | 31041d7a5b2c3699518ebb33ccab016af0acd579 (patch) | |
| tree | 8d8651ef3bcf9e6fee0c55c598ec5c356dbcc05f /src/client/views/pdf | |
| parent | 39cf91aadee5f448e1a7a0a07da9e769d6e242fa (diff) | |
| parent | 0906eab4135db844dc45a20d33f84e7439461c9b (diff) | |
merged master
Diffstat (limited to 'src/client/views/pdf')
| -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 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; |
