diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-20 12:16:56 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-20 12:16:56 -0400 |
| commit | 8de8756e5fa8b7031092c870c84f5214e2a244c1 (patch) | |
| tree | 4407e18ce3085f7a2fe0de9df221323b6a07c925 /src/client/views/pdf | |
| parent | dd0c1f98d3f3056360ab7bacab6a5c98577ebafc (diff) | |
fixed up interaction with web pages to allow horizontal scrolling.
Diffstat (limited to 'src/client/views/pdf')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx index c50969493..810ce5aea 100644 --- a/src/client/views/pdf/PDFViewer.tsx +++ b/src/client/views/pdf/PDFViewer.tsx @@ -125,7 +125,6 @@ export class PDFViewer extends ViewBoxAnnotatableComponent<IViewerProps, PdfDocu _lastSearch: string = ""; componentDidMount = async () => { - !this.props.Document.lockedTransform && (this.props.Document.lockedTransform = true); // change the address to be the file address of the PNG version of each page // file address of the pdf const { url: { href } } = Cast(this.dataDoc[this.props.fieldKey], PdfField)!; |
