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 for issue #187, SettingsList now closes when clicking on the UI #842

Merged
merged 1 commit into from
Oct 13, 2016

Conversation

cruzj6
Copy link
Contributor

@cruzj6 cruzj6 commented Aug 5, 2016

This is a fix for "Settings isn't close on click on the UI #817"

I added a click event listener to the window to close the settings list. The SettingsApp components stops the event propagation if the user clicks on the list itself.

}

stopClose (e) {
e.stopPropagation();
Copy link
Member

Choose a reason for hiding this comment

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

can you remove this abstraction please? just use e.stopPropagation(); where you need to

@weblancaster weblancaster merged commit 604b9de into Soundnode:master Oct 13, 2016
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