Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(modal): fix event listener for modal #127

Merged
merged 1 commit into from
Sep 8, 2016

Conversation

TheSharpieOne
Copy link
Member

Fixes #126
Change the event listeners for click and keyup in modal
to set useCapture to true to trigger the handler before
any other handler.

Fixes reactstrap#126
Change the event listeners for click and keyup in modal
to set `useCapture` to true to trigger the handler before
any other handler.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling f9b3aaf on TheSharpieOne:bugfix/iss-126 into 8fd0761 on reactstrap:master.

@eddywashere
Copy link
Member

I did not now about useCapture other than it was safer to use false. Makes way more sense now. Thanks for looking into this and fixing it. 🙌

@eddywashere eddywashere merged commit c778608 into reactstrap:master Sep 8, 2016
@TheSharpieOne TheSharpieOne deleted the bugfix/iss-126 branch September 8, 2016 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants