diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-07-11 00:38:37 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-07-11 00:38:37 -0400 |
| commit | 0058f56fda4e9e6a70ec7c23e1c141927715f9c1 (patch) | |
| tree | c7b53e079614defb95de85e1438e2c9505c8bf17 /src/client/views/pdf/PDFViewer.tsx | |
| parent | b1b69f8a4f9e34f0c8e667ec95f9fe16ebc8b2e4 (diff) | |
trying to make everything work the same way
Diffstat (limited to 'src/client/views/pdf/PDFViewer.tsx')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx index 8af29110f..8bba05850 100644 --- a/src/client/views/pdf/PDFViewer.tsx +++ b/src/client/views/pdf/PDFViewer.tsx @@ -588,7 +588,7 @@ export class Viewer extends React.Component<IViewerProps> { } return true; }); - this.Index = Math.min(this.Index + 1, filtered.length - 1) + this.Index = Math.min(this.Index + 1, filtered.length - 1); } nextResult = () => { |
