Skip to content

Commit 2503338

Browse files
committed
fix(ui): fix miss tree panel's ref
1 parent 7e6edf8 commit 2503338

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/ui/src/components/tree/Tree.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ export function DTree<V extends DId, T extends DTreeItem<V>>(props: DTreeProps<V
180180
renderFocusVisible(
181181
<DPanel
182182
{...restProps}
183+
ref={comboboxKeyDownRef}
183184
className={getClassName(restProps.className, {
184185
'is-disabled': disabled,
185186
})}

0 commit comments

Comments
 (0)