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/CollectionLinearView.tsx | |
parent | 74839056c8fccb216ee682c642771ab101b43d35 (diff) |
started to add paths
Diffstat (limited to 'src/client/views/CollectionLinearView.tsx')
-rw-r--r-- | src/client/views/CollectionLinearView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/CollectionLinearView.tsx b/src/client/views/CollectionLinearView.tsx index 09e4ef99c..293a4feea 100644 --- a/src/client/views/CollectionLinearView.tsx +++ b/src/client/views/CollectionLinearView.tsx @@ -74,6 +74,7 @@ export class CollectionLinearView extends CollectionSubView(LinearDocument) { <DocumentView Document={pair.layout} DataDoc={pair.data} + LibraryPath={this.props.LibraryPath} addDocument={this.props.addDocument} moveDocument={this.props.moveDocument} addDocTab={this.props.addDocTab} |