Fixes text-selection example
This commit is contained in:
parent
196416cc17
commit
e8af56ffc5
3 changed files with 5 additions and 4 deletions
|
@ -561,7 +561,8 @@ var PageView = function pageView(container, id, scale,
|
|||
pageIndex: this.id - 1,
|
||||
lastScrollSource: PDFView,
|
||||
viewport: this.viewport,
|
||||
isViewerInPresentationMode: PresentationMode.active
|
||||
isViewerInPresentationMode: PresentationMode.active,
|
||||
findController: PDFView.findController
|
||||
}) : null;
|
||||
// TODO(mack): use data attributes to store these
|
||||
ctx._scaleX = outputScale.sx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue