aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.tsx
diff options
context:
space:
mode:
authorkimdahey <claire_kim1@brown.edu>2019-08-23 13:52:41 -0400
committerkimdahey <claire_kim1@brown.edu>2019-08-23 13:52:41 -0400
commit72ed0bbdb045695a8dcb7d604a9d834b16f424a9 (patch)
treef6a062b47f255b9f211c4f2b9218bcf2dca15eb2 /src/client/views/pdf/PDFViewer.tsx
parentcc6040e717632ae9725c134cd8722813cb1733c2 (diff)
parent56987012f9690d300b482d8f1b3d83935342322b (diff)
fixed merge conflicts
Diffstat (limited to 'src/client/views/pdf/PDFViewer.tsx')
-rw-r--r--src/client/views/pdf/PDFViewer.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx
index 08674720d..258e218f0 100644
--- a/src/client/views/pdf/PDFViewer.tsx
+++ b/src/client/views/pdf/PDFViewer.tsx
@@ -36,6 +36,7 @@ interface IViewerProps {
active: () => boolean;
setPanY?: (n: number) => void;
addDocTab: (document: Doc, dataDoc: Doc | undefined, where: string) => void;
+ pinToPres: (document: Doc) => void;
addDocument?: (doc: Doc, allowDuplicates?: boolean) => boolean;
}