react-timeline-9000 icon indicating copy to clipboard operation
react-timeline-9000 copied to clipboard

onItemHover / onItemLeave is applied only to rows - not items

Open marklawlor opened this issue 4 years ago • 0 comments

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)

marklawlor avatar Jan 21 '21 06:01 marklawlor