react-modal icon indicating copy to clipboard operation
react-modal copied to clipboard

[changed] add stopPropagation at handleOverlayOnClick

Open joaoGabriel55 opened this issue 3 years ago • 2 comments

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.

joaoGabriel55 avatar Apr 20 '22 14:04 joaoGabriel55

This needs to be merged and released if this allows handling overlay click events.

TheRakeshPurohit avatar Dec 23 '22 11:12 TheRakeshPurohit