bkrem / react-d3-tree

:deciduous_tree: React component to create interactive D3 tree graphs
https://bkrem.github.io/react-d3-tree
MIT License
1.06k stars 268 forks source link

onNodeOver event works also onClick? #472

Closed ayberkdikcinar closed 11 months ago

ayberkdikcinar commented 12 months ago

Hi,

I've just noticed a bug for nodeHover event. Its working for both on mouseover and onClick event. Could you please look at it or you can tell me how to fix this? I dont want it to work on onClick event. It should work on mouseover event only.

Thanks :)