diff options
| author | bob <bcz@cs.brown.edu> | 2019-12-04 17:47:28 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-12-04 17:47:28 -0500 |
| commit | 968d678e8aeb6f57cc892e3fe789067a8246c5fe (patch) | |
| tree | 455315deb2c00a8275ba01122119ac7cb0d0520d /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 74839056c8fccb216ee682c642771ab101b43d35 (diff) | |
started to add paths
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 955fcda80..9f01de08b 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -168,6 +168,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { return <ContentFittingDocumentView Document={doc} DataDocument={dataDoc} + LibraryPath={this.props.LibraryPath} showOverlays={this.overlays} renderDepth={this.props.renderDepth} ruleProvider={this.props.Document.isRuleProvider && layoutDoc.type !== DocumentType.TEXT ? this.props.Document : this.props.ruleProvider} |
