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/CollectionStackingView.tsx | |
| parent | b18d4d2b9a4a624e61116642d4dbfe9a53437d0c (diff) | |
fixed marquee annotations on pdfs from crashing - still need to fix offset problem.
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index cf3722a6c..df39ed3e1 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -233,6 +233,7 @@ export class CollectionStackingView extends CollectionSubView<StackingDocument, ScreenToLocalTransform={stackedDocTransform} focus={this.focusDocument} docFilters={this.docFilters} + hideDecorationTitle={this.props.childHideDecorationTitle?.()} hideTitle={this.props.childHideTitle?.()} docRangeFilters={this.docRangeFilters} searchFilterDocs={this.searchFilterDocs} |
