aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-08 14:14:26 -0400
committerbobzel <zzzman@gmail.com>2020-10-08 14:14:26 -0400
commitb796cb125db6b307a55349f7df1b7a9d6d1a825b (patch)
tree2710930105511d4ec3eba61d55fb1b647e50ee9c /src
parent3aad3eb1c516c6d11320e285a73d6c45bd4176b5 (diff)
from last
Diffstat (limited to 'src')
-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 bfee0b8e1..78b95b385 100644
--- a/src/client/views/pdf/PDFViewer.tsx
+++ b/src/client/views/pdf/PDFViewer.tsx
@@ -405,7 +405,7 @@ export class PDFViewer extends ViewBoxAnnotatableComponent<IViewerProps, PdfDocu
this.Document._scrollY === undefined && (this.layoutDoc._scrollTop = this._mainCont.current!.scrollTop);
this.pageDelay = undefined;
//this._pdfViewer && (this.Document._curPage = this._pdfViewer.currentPageNumber);
- }, 250);
+ }, 1000);
}
}