gilbarbara / react-floater

Advanced tooltips for React
https://codesandbox.io/s/github/gilbarbara/react-floater/tree/main/demo
MIT License
213 stars 37 forks source link

Fix Floater click propagation #71

Closed andrephilippe closed 4 years ago

andrephilippe commented 4 years ago

Fixed event propagation bug when clicked on the floater, which in some cases, performs another action from the bubble event.

gilbarbara commented 4 years ago

hey,

What is the bug this PR tries do fix??

According to the guidelines:

Before submitting a new pull request, open a new issue to discuss it.