RSSchermer / ember-rl-dropdown

Dropdown components and mixin for Ember.
MIT License
15 stars 12 forks source link

Fix: Handle closure action bubbling #22

Closed ghost closed 7 years ago

ghost commented 7 years ago

The click event didn't get triggered by Ember when using closure actions inside the dropdown. This patch should fix that.

RSSchermer commented 7 years ago

Apologies for the delay, LGTM. Merging... Thanks!