diff options
| author | bobzel <zzzman@gmail.com> | 2022-09-13 15:35:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2022-09-13 15:35:49 -0400 |
| commit | 60ebe1b45560fcabb8011c42e15009c197d4dd20 (patch) | |
| tree | 7160bbcb09401505fbf45c6e3d8226c17e5b096a /src/client/views/collections | |
| parent | b55fefa87179b9f15fb72d088f527771e90b9bb8 (diff) | |
cleanup
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 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; |
