mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
Remove left-over this.enhanceTextSelection
property from the BaseViewer
constructor (PR 9479 follow-up)
This commit is contained in:
parent
0b32dfea86
commit
d7f6f4f051
1 changed files with 0 additions and 1 deletions
|
@ -145,7 +145,6 @@ class BaseViewer {
|
|||
this.removePageBorders = options.removePageBorders || false;
|
||||
this.textLayerMode = Number.isInteger(options.textLayerMode) ?
|
||||
options.textLayerMode : TextLayerMode.ENABLE;
|
||||
this.enhanceTextSelection = options.enhanceTextSelection || false;
|
||||
this.imageResourcesPath = options.imageResourcesPath || '';
|
||||
this.renderInteractiveForms = options.renderInteractiveForms || false;
|
||||
this.enablePrintAutoRotate = options.enablePrintAutoRotate || false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue