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

Ability to define custom document

Open rmdort opened this issue 8 years ago • 0 comments

This pull requests fixes #236 .

The issue: When a react component is rendered in an iframe, you only want to bind click events to the iframe document and not the parent page. The plugin didn't allow it to.

Solution: The user can configure which document to bind events to

rmdort avatar Jan 11 '18 06:01 rmdort