namespace-ee / react-calendar-timeline

A modern and responsive react timeline component.
MIT License
1.91k stars 613 forks source link

CustomMarker onClick does not work #844

Closed bkeren closed 2 years ago

bkeren commented 2 years ago

I am using the latest version. I try to fire an onClick event from custom marker, to make tooltip appear , as told in README, but I couldn't succeed. https://codesandbox.io/s/utc-tsorj (CustomTimeline.jsx line between 227-254)

Can somebody help me?

Have a nice day.

bkeren commented 2 years ago

I found the solution. In styles object, "pointerEvents":none exists. After I remove that property, it worked.