bkrem / react-d3-tree

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

onNodeOver event works also onClick? #472

Closed ayberkdikcinar closed 1 year ago

ayberkdikcinar commented 1 year 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 :)