diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-13 09:27:25 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-13 09:27:25 -0500 |
| commit | df0c30a1f8c1a507be7582a9c97dc5546ae719c8 (patch) | |
| tree | 9c489f866f68aac465f2e7a7d59d68c4fe056788 /src/client/views/collections/CollectionView.tsx | |
| parent | b18d4d2b9a4a624e61116642d4dbfe9a53437d0c (diff) | |
fixed marquee annotations on pdfs from crashing - still need to fix offset problem.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index aa45f49c4..be5a4b852 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -73,6 +73,7 @@ export interface CollectionViewProps extends FieldViewProps { childDocuments?: Doc[]; // used to override the documents shown by the sub collection to an explicit list (see LinkBox) childOpacity?: () => number; childHideTitle?: () => boolean; // whether to hide the documentdecorations title for children + childHideDecorationTitle?: () => boolean; childLayoutTemplate?: () => (Doc | undefined);// specify a layout Doc template to use for children of the collection childLayoutString?: string; childFreezeDimensions?: boolean; // used by TimeView to coerce documents to treat their width height as their native width/height |
