fix(component): treeselect
This commit is contained in:
@@ -265,11 +265,11 @@ export function VirtualTreeSelect(props: VirtualTreeSelectProps) {
|
|||||||
align="center"
|
align="center"
|
||||||
gap={12}
|
gap={12}
|
||||||
flex={1}
|
flex={1}
|
||||||
onClick={
|
// onClick={
|
||||||
selectable
|
// selectable
|
||||||
? () => handleNodeSelect(node.value, hasChildren)
|
// ? () => handleNodeSelect(node.value, hasChildren)
|
||||||
: undefined
|
// : undefined
|
||||||
}
|
// }
|
||||||
style={{
|
style={{
|
||||||
cursor: selectable ? "pointer" : "default",
|
cursor: selectable ? "pointer" : "default",
|
||||||
minWidth: 0,
|
minWidth: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user