From 781b002a7b5294be05b006047e5f2429816f959e Mon Sep 17 00:00:00 2001 From: zhangheng Date: Thu, 14 May 2026 14:12:28 +0800 Subject: [PATCH] fix(component): treeselect --- components/tree-select/tree.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,