aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.tsx
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2019-07-01 19:29:27 -0400
committerSam Wilkins <samwilkins333@gmail.com>2019-07-01 19:29:27 -0400
commit9a7bfe68acfefea9773e4a4a714a3094b1a4ff2c (patch)
treef743c07fd1a2f87d4dcb98b6d7780860490b5123 /src/client/views/pdf/PDFViewer.tsx
parentab2b2317e601b9e440f9c48b4639c143d5187949 (diff)
parent6776a8d8d27c38adc5b232aab925c103cc1c59ba (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
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++;
}
}