aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-09-25 17:53:05 -0400
committerbob <bcz@cs.brown.edu>2019-09-25 17:53:05 -0400
commit4fcd809dde18603d978013af59392e7016662070 (patch)
tree8218fefca3ec103cfa94a68a8d15aaabd72f3008 /src/client/documents
parent6d01b67aab6a6169b189002fc9c00477d55ca113 (diff)
now working with annotations.
Diffstat (limited to 'src/client/documents')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 4ae770e25..ea7a3a8b6 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -144,7 +144,7 @@ export namespace Docs {
options: { height: 32 }
}],
[DocumentType.PDF, {
- layout: { view: PDFBox, collectionView: [CollectionPDFView, data, anno] as CollectionViewType },
+ layout: { view: PDFBox },
options: { nativeWidth: 1200, curPage: 1 }
}],
[DocumentType.ICON, {