Closed arempe93 closed 7 years ago
If a clickout handler is nested within another, ie:
<ClickOutHandler onClickOut={this.parentClickOut}> <ClickOutHandler onClickOut={this.childClickOut}> </ClickOutHandler> </ClickOutHandler>
directly clicking within the nested component will trigger its onClickOut handler
Fiddle: http://jsfiddle.net/9f5edp9e/1
Thanks for the fiddle, that helped a ton.
The fix has been published on npm, @2.0.6
@2.0.6
Wow that was quick! Thanks so much @boblauer
If a clickout handler is nested within another, ie:
directly clicking within the nested component will trigger its onClickOut handler
Fiddle: http://jsfiddle.net/9f5edp9e/1