diff options
| author | bobzel <zzzman@gmail.com> | 2022-09-13 22:43:43 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-09-13 22:43:43 -0400 |
| commit | 6577c36514bbcf883e7b74f6b1a4348a5ce474e3 (patch) | |
| tree | 4fe8a629b544c520c23bdbd360a46992d3bd351c /src/client/views/collections/TreeView.tsx | |
| parent | 2f6cdc734d8a5855db3e0f4ee1d6b9535d20f325 (diff) | |
| parent | 8ded118135a5e296a83a85cf3f2180be56c6a045 (diff) | |
Merge branch 'sharing-jenny'
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
| -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 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; |
