Memcrab / react-pure-modal

React modal dialog
https://memcrab.github.io/react-pure-modal/
15 stars 15 forks source link

update close logic #88

Closed kucher-mx closed 2 months ago

kucher-mx commented 2 months ago

Issue:

onClose props was called twice, when user closes popup: in a moment of the click, and later in useEffect's cleanup. Also it was called, when popup was closed from the external element, not one of: backdrop, close btn, esc button

Changes: