diff options
| author | bob <bcz@cs.brown.edu> | 2019-09-25 17:53:05 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-09-25 17:53:05 -0400 |
| commit | 4fcd809dde18603d978013af59392e7016662070 (patch) | |
| tree | 8218fefca3ec103cfa94a68a8d15aaabd72f3008 /src/client/documents | |
| parent | 6d01b67aab6a6169b189002fc9c00477d55ca113 (diff) | |
now working with annotations.
Diffstat (limited to 'src/client/documents')
| -rw-r--r-- | src/client/documents/Documents.ts | 2 |
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, { |
