cbroeren / ember-context-menu

An ember addon for custom context-menu
https://cbroeren.github.com/ember-context-menu
MIT License
23 stars 15 forks source link

refactor + pass click event to actions #24

Closed cbroeren closed 7 years ago

cbroeren commented 7 years ago

Some applications need the position on actions, so now the click event will be passed as third attribute

With that, the logic of calling actions are moved to the context-menu itself, instead of the specific item.