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

How to prevent clicking off selected row from deselecting it?

Open st4rgut24 opened this issue 6 months ago • 0 comments
trafficstars

When I click off a selected row the Tree component will deselect all my selections even though I am not calling deselect() on those nodes.

I would like to prevent this behavior, or at the very least attach a listener so I can update the state of my application when this happens. I tried many workarounds, but am a bit stuck and would appreciate any help.

st4rgut24 avatar May 20 '25 23:05 st4rgut24