cloudflare / react-modal2

:thought_balloon: Simple modal component for React.
BSD 3-Clause "New" or "Revised" License
279 stars 16 forks source link

Prevent modal from closing when backdrop is only partially the click target #33

Closed 1000hz closed 4 years ago

1000hz commented 4 years ago

The previous attempt at fixing this (#30) ended up slightly changing event firing closed (because of the removal of the event.stopPropagation() on modal click).

This PR accomplishes the same thing without disrupting any event propagation.

Fixes #29 (again)