We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ref
1 parent 7e6edf8 commit 2503338Copy full SHA for 2503338
1 file changed
packages/ui/src/components/tree/Tree.tsx
@@ -180,6 +180,7 @@ export function DTree<V extends DId, T extends DTreeItem<V>>(props: DTreeProps<V
180
renderFocusVisible(
181
<DPanel
182
{...restProps}
183
+ ref={comboboxKeyDownRef}
184
className={getClassName(restProps.className, {
185
'is-disabled': disabled,
186
})}
0 commit comments