Fix indent guide hovering

This commit is contained in:
Gregory Schier
2025-10-20 09:13:00 -07:00
parent 7c5dec821d
commit 1c48b309b5
3 changed files with 15 additions and 6 deletions

View File

@@ -239,7 +239,7 @@ function TreeItem_<T extends { id: string }>({
isSelected && 'selected',
)}
>
<TreeIndentGuide treeId={treeId} depth={depth} />
<TreeIndentGuide treeId={treeId} depth={depth} parentId={node.parent?.item.id ?? null} />
<div
className={classNames(
'text-text-subtle',