diff options
author | bob <bcz@cs.brown.edu> | 2019-07-12 11:35:25 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-07-12 11:35:25 -0400 |
commit | 3a4a7ba1f35eeba7d48c954f80a92c6904e5d065 (patch) | |
tree | 74f2bcac0fcbd98be505c335d963e6a13ad4720e /src/client/documents/Documents.ts | |
parent | 68f29e8bab43a8f0d40b02c9277e340fe17ebba2 (diff) |
playing with videos
Diffstat (limited to 'src/client/documents/Documents.ts')
-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 30e4637b0..2a3827782 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -118,7 +118,7 @@ export namespace Docs { options: { nativeWidth: 600, curPage: 0 } }], [DocumentType.WEB, { - layout: { view: WebBox }, + layout: { view: WebBox, collectionView: [CollectionView, data, anno] as CollectionViewType }, options: { height: 300 } }], [DocumentType.COL, { |