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

[Issue/89]- add onCapture setting to bubble events such as blur for tour elements… #233

Merged
merged 1 commit into from
Aug 31, 2018

Conversation

chuckcarpenter
Copy link
Member

@chuckcarpenter chuckcarpenter commented Aug 30, 2018

… that may not exist

Resolves #89

@chuckcarpenter chuckcarpenter changed the title add onCapture setting to bubble events such as blur for tour elements… [Issue/89]- add onCapture setting to bubble events such as blur for tour elements… Aug 30, 2018
@chuckcarpenter chuckcarpenter mentioned this pull request Aug 30, 2018
if (!isUndefined(selector)) {
const el = document.querySelector(selector);
const el = document.querySelector(selector);
if (!isUndefined(selector) && el) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

event handlers lost on any selector that is null at the time, since the step might not be in the DOM yet.

Copy link
Member

@RobbieTheWagner RobbieTheWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@RobbieTheWagner RobbieTheWagner merged commit da50874 into master Aug 31, 2018
@RobbieTheWagner RobbieTheWagner deleted the issue/89 branch August 31, 2018 00:22
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.

2 participants