aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.tsx
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-07-01 10:30:50 -0400
committeryipstanley <stanley_yip@brown.edu>2019-07-01 10:30:50 -0400
commitfc50df38df449f45d1a75ce3baee6b3755ea8d5a (patch)
treef307064249030744c9b79be107529254c0744e57 /src/client/views/pdf/PDFViewer.tsx
parentcd78d5b3371d73cc51dcb6f3dbfdca1a3bbcf6e1 (diff)
annotation border
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++;
}
}