ember-gestures
ember-gestures copied to clipboard
Event not passed to action
When I use an event handler on a component the event is passed to the handler when the event is detected. When I use an action the event is not passed in making certain calculations impossible. Is there a way to get the event to be passed into the action? If so it should probably be added to the docs.