diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-12 22:34:16 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-12 22:34:16 -0400 |
| commit | 18e18094d5398626267fb0378d5ceac14307ca71 (patch) | |
| tree | c027852355b7ffaf998582c68179e4bc869ef86d /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 3daca894b6eaf1eb8590f54b1a5bf5feca663a08 (diff) | |
| parent | f9c833cafb9c0268435aef4eafe240c3403d7472 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index a84fd9cfe..fe01103d6 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -50,7 +50,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { } overlays = (doc: Doc) => { - return doc.type === DocumentType.IMG ? { title: "title", caption: "caption" } : {}; + return doc.type === DocumentType.IMG || doc.type === DocumentType.VID ? { title: "title", caption: "caption" } : {}; } getDisplayDoc(layoutDoc: Doc, d: Doc, dxf: () => Transform) { |
