aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.tsx
diff options
context:
space:
mode:
authorStanley Yip <33562077+yipstanley@users.noreply.github.com>2019-07-01 14:21:38 -0400
committerGitHub <noreply@github.com>2019-07-01 14:21:38 -0400
commit71b09a0f1a6053e280dec8da8f7f31bba90f5ef9 (patch)
tree6219db8629a5e4bcc77eeec1e4bbcf896d633b46 /src/client/views/pdf/PDFViewer.tsx
parent5c9983880f34bf6949a01035ba1e3fcb9c75ec99 (diff)
parentb5fb490408830eb0e0e010bbb89f53e8990a1cef (diff)
Merge pull request #180 from browngraphicslab/pdf_fixes
Pdf fixes
Diffstat (limited to 'src/client/views/pdf/PDFViewer.tsx')
-rw-r--r--src/client/views/pdf/PDFViewer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx
index bb148e738..35bf1c4d7 100644
--- a/src/client/views/pdf/PDFViewer.tsx
+++ b/src/client/views/pdf/PDFViewer.tsx
@@ -580,7 +580,7 @@ export class Viewer extends React.Component<IViewerProps> {
}
}
return true;
- }).length) {
+ }).length - 1) {
this.Index++;
}
}