We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3842b0 commit cb8337aCopy full SHA for cb8337a
packages/plugin-outline-pane/src/views/tree-title.tsx
@@ -83,6 +83,7 @@ export default class TreeTitle extends PureComponent<{
83
editing: false,
84
title: treeNode.titleLabel,
85
condition: treeNode.condition,
86
+ visible: !treeNode.hidden,
87
});
88
treeNode.onTitleLabelChanged(() => {
89
this.setState({
0 commit comments