react-timeline-9000
react-timeline-9000 copied to clipboard
onItemHover / onItemLeave is applied only to rows - not items
The mouse listeners for onItemHover/onItemLeave are setup on the row and filter based the event target.
This can be unreliable if you have your own custom event listeners and onItemLeave doesn't work at all (it triggers when the mouse leaves the row, not the item)