mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-24 01:28:35 +02:00
Fix indent guide hovering
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user