diff --git a/components/tree-select/tree.tsx b/components/tree-select/tree.tsx index 9288ec6..82018f0 100644 --- a/components/tree-select/tree.tsx +++ b/components/tree-select/tree.tsx @@ -265,11 +265,11 @@ export function VirtualTreeSelect(props: VirtualTreeSelectProps) { align="center" gap={12} flex={1} - onClick={ - selectable - ? () => handleNodeSelect(node.value, hasChildren) - : undefined - } + // onClick={ + // selectable + // ? () => handleNodeSelect(node.value, hasChildren) + // : undefined + // } style={{ cursor: selectable ? "pointer" : "default", minWidth: 0,