diff options
author | bob <bcz@cs.brown.edu> | 2020-01-28 15:15:47 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-01-28 15:15:47 -0500 |
commit | d1ed73e0a0fa3f3da9811edfe3233c663d34cffa (patch) | |
tree | 474b8dc7d9707c58d6fb06e642d8219c8f4fc0c5 /src/client/views/nodes/CollectionFreeFormDocumentView.tsx | |
parent | 721c4b54aba58f68086d54e627389e7a36b7057d (diff) |
functional child templates for Buxton view
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/CollectionFreeFormDocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx index ea3c505d8..846d402ab 100644 --- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx +++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx @@ -114,6 +114,7 @@ export class CollectionFreeFormDocumentView extends DocComponent<CollectionFreeF PanelWidth={this.finalPanelWidth} PanelHeight={this.finalPanelHeight} /> : <ContentFittingDocumentView {...this.props} + CollectionDoc={this.props.ContainingCollectionDoc} DataDocument={this.props.DataDoc} getTransform={this.getTransform} active={returnFalse} |