marcio / react-skylight

A react component for modals and dialogs
http://marcio.github.io/react-skylight/
MIT License
571 stars 97 forks source link

improved open and close detection #12

Closed kalle-loclet closed 9 years ago

kalle-loclet commented 9 years ago

beforeClose beforeOpen afterClose afterOpen triggered even if the isVisible state was unchanged while the component received an update. Now the change of isVisible before and after the update will be compared.