Skip to content

Commit f69aa7e

Browse files
Revert "Revert "(TreeNode): remove implicit title setting""
This reverts commit fbfd6df.
1 parent 53b0c13 commit f69aa7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scripts/TreeNode.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ const TreeNodeItem: FC<TreeNodeProps & { icon?: string }> = (props) => {
9292
icon={icon}
9393
iconSize='small'
9494
onClick={onToggle}
95-
title={typeof label === 'string' ? `Expand ${label}` : undefined}
9695
// Prevent focus loss during loading by keeping the toggle button in the DOM with opacity set to 0.
9796
style={loading ? { opacity: 0, pointerEvents: 'none' } : undefined}
9897
/>

0 commit comments

Comments
 (0)