Skip to content

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