aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TreeView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-09-13 22:43:43 -0400
committerbobzel <zzzman@gmail.com>2022-09-13 22:43:43 -0400
commit6577c36514bbcf883e7b74f6b1a4348a5ce474e3 (patch)
tree4fe8a629b544c520c23bdbd360a46992d3bd351c /src/client/views/collections/TreeView.tsx
parent2f6cdc734d8a5855db3e0f4ee1d6b9535d20f325 (diff)
parent8ded118135a5e296a83a85cf3f2180be56c6a045 (diff)
Merge branch 'sharing-jenny'
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
-rw-r--r--src/client/views/collections/TreeView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx
index aa1330762..833e364b3 100644
--- a/src/client/views/collections/TreeView.tsx
+++ b/src/client/views/collections/TreeView.tsx
@@ -575,7 +575,7 @@ export class TreeView extends React.Component<TreeViewProps> {
<ul
key={expandKey + 'more'}
title="click to change sort order"
- className={this.doc.treeViewHideTitle ? 'no-indent' : ''}
+ className={''} //this.doc.treeViewHideTitle ? 'no-indent' : ''}
onPointerDown={e => {
downX = e.clientX;
downY = e.clientY;