react-arborist icon indicating copy to clipboard operation
react-arborist copied to clipboard

Node selection getting false when we click outside (treeview)

Open GVSSri opened this issue 1 year ago • 4 comments
trafficstars

How to make the selectable as true even it we click outside of the tree view

{node.data.name} {node.state.isSelected && } {node.state.isSelected && isDeletableNode() && ( )} .

Thanks for the help

GVSSri avatar Apr 17 '24 11:04 GVSSri