diff options
| author | bobzel <zzzman@gmail.com> | 2023-11-29 21:01:20 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-11-29 21:01:20 -0500 |
| commit | 18a201d2cab686e350374413630f93cfa4612b11 (patch) | |
| tree | b1cb600dcd383aa6d1a0cf0c049bb07ed5d7330d /src/client/views/collections/CollectionTreeView.tsx | |
| parent | 48b0153d814cddad71caa8103e7ff4c761b66eaa (diff) | |
exposed menu option to pin Trails and other tree view docs and added open button. Allowed trails to be pinned to or embedded within other trails.
Diffstat (limited to 'src/client/views/collections/CollectionTreeView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionTreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx index b34598731..5bd5cef25 100644 --- a/src/client/views/collections/CollectionTreeView.tsx +++ b/src/client/views/collections/CollectionTreeView.tsx @@ -334,7 +334,7 @@ export class CollectionTreeView extends CollectionSubView<Partial<collectionTree moveDocument={this.props.moveDocument} removeDocument={this.props.removeDocument} addDocTab={this.props.addDocTab} - pinToPres={emptyFunction} + pinToPres={this.props.pinToPres} rootSelected={this.props.isSelected} ScreenToLocalTransform={Transform.Identity} PanelWidth={this.return35} |
