Skip to content

Commit

Permalink
fix(pdf.js): fix PDFCopyLink.fallbackCopy
Browse files Browse the repository at this point in the history
  • Loading branch information
nickyc975 committed Apr 22, 2022
1 parent c9e7b0e commit ccbd217
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
10 changes: 5 additions & 5 deletions static/pdf/lib/pdf.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions static/pdf/lib/pdf.sandbox.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions static/pdf/lib/pdf.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class WorkerMessageHandler {
const WorkerTasks = [];
const verbosity = (0, _util.getVerbosityLevel)();
const apiVersion = docParams.apiVersion;
const workerVersion = '2.14.181';
const workerVersion = '2.14.182';

if (apiVersion !== workerVersion) {
throw new Error(`The API version "${apiVersion}" does not match ` + `the Worker version "${workerVersion}".`);
Expand Down Expand Up @@ -74251,8 +74251,8 @@ Object.defineProperty(exports, "WorkerMessageHandler", ({

var _worker = __w_pdfjs_require__(1);

const pdfjsVersion = '2.14.181';
const pdfjsBuild = '75d7bae92';
const pdfjsVersion = '2.14.182';
const pdfjsBuild = '6385b74d9';
})();

/******/ return __webpack_exports__;
Expand Down
13 changes: 5 additions & 8 deletions static/pdf/viewer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ccbd217

Please sign in to comment.