mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Merge pull request #5318 from mitar/patch-2
textLayer is not used anymore in render context
This commit is contained in:
commit
12ec2a000b
2 changed files with 0 additions and 2 deletions
|
@ -644,7 +644,6 @@ var PageView = function pageView(container, id, scale,
|
|||
var renderContext = {
|
||||
canvasContext: ctx,
|
||||
viewport: this.viewport,
|
||||
textLayer: textLayer,
|
||||
// intent: 'default', // === 'display'
|
||||
continueCallback: function pdfViewcContinueCallback(cont) {
|
||||
if (PDFView.highestPriorityPage !== 'page' + self.id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue