IcarusWorks / ember-key-manager

A service for (un)binding keyboard up and down events.
MIT License
42 stars 11 forks source link

Fires callback if event is triggered within the macro's `element` #31

Closed patrickberkeley closed 6 years ago

patrickberkeley commented 6 years ago

Before this change, events where not triggered when any element in the DOM was focused (other than the macro's provided element scope). This led to unexpected/undesired behavior of needing to click off of a link after it was clicked, out of an input when it was focused (even with isDisabledOnInput set to false).