We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
title
1 parent 53b0c13 commit f69aa7eCopy full SHA for f69aa7e
src/scripts/TreeNode.tsx
@@ -92,7 +92,6 @@ const TreeNodeItem: FC<TreeNodeProps & { icon?: string }> = (props) => {
92
icon={icon}
93
iconSize='small'
94
onClick={onToggle}
95
- title={typeof label === 'string' ? `Expand ${label}` : undefined}
96
// Prevent focus loss during loading by keeping the toggle button in the DOM with opacity set to 0.
97
style={loading ? { opacity: 0, pointerEvents: 'none' } : undefined}
98
/>
0 commit comments