react-modal
react-modal copied to clipboard
[changed] add stopPropagation at handleOverlayOnClick
Fixes #939.
Changes proposed:
- Add stopPropagation at handleOverlayOnClick
Upgrade Path (for changed or removed APIs):
- None
Acceptance Checklist:
- [ ] The commit message follows the guidelines in
CONTRIBUTING.md. - [ ] Documentation (README.md) and examples have been updated as needed.
- [ ] If this is a code change, a spec testing the functionality has been added.
- [ ] If the commit message has [changed] or [removed], there is an upgrade path above.
This needs to be merged and released if this allows handling overlay click events.