aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/TreeView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-30 00:09:02 -0400
committerbobzel <zzzman@gmail.com>2021-03-30 00:09:02 -0400
commit6d010c377ff6cdbd56fd61d14cb880acc9e79a8b (patch)
tree199d02189b9970070215216314a973bc99b63b0c /src/client/views/collections/TreeView.tsx
parent61656f35a86a219241c3f33256f23b7dea495371 (diff)
from last
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 6add513c4..800984e73 100644
--- a/src/client/views/collections/TreeView.tsx
+++ b/src/client/views/collections/TreeView.tsx
@@ -603,7 +603,7 @@ export class TreeView extends React.Component<TreeViewProps> {
PanelHeight={() => 18}
contextMenuItems={this.contextMenuItems}
renderDepth={1}
- isContentActive={returnFalse}
+ isContentActive={returnTrue}
focus={returnTrue}
whenChildContentsActiveChanged={this.props.whenChildContentsActiveChanged}
bringToFront={emptyFunction}