diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-08 16:17:02 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-08 16:17:02 -0500 |
| commit | 7164179264d057986bfd5f303c61248f1c189406 (patch) | |
| tree | 430922a58162dcf44f48dd8031e07ebebfb943bf /src/client/views/collections | |
| parent | b938ac2909290bd5dd11eeb0a0056f4679dbb25e (diff) | |
cleaned up MakeTemplate api and currentUserUtils templates for clicks etc.
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/TreeView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx index 285a789e6..0c0e49411 100644 --- a/src/client/views/collections/TreeView.tsx +++ b/src/client/views/collections/TreeView.tsx @@ -631,7 +631,7 @@ export class TreeView extends ObservableReactComponent<TreeViewProps> { } return ( <div> - {!docs?.length || this._props.AddToMap /* hack to identify pres box trees */ ? null : ( + {!docs?.length || this.treeView.outlineMode || this._props.AddToMap /* hack to identify pres box trees */ ? null : ( <div className="treeView-sorting"> <IconButton color={sortings[sorting]?.color} |
