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

Update to work without mixins #56

Open RobbieTheWagner opened 3 years ago

RobbieTheWagner commented 3 years ago

@cbroeren would you be open to updating this to not use mixins and instead set the contextmenu call up directly? I have it working in my app with {{on "contextmenu" this.contextMenuTrigger}}

cbroeren commented 3 years ago

@rwwagner90 yes, I'm totally open do to so. Let me see if I get some time to do so later this week.

RobbieTheWagner commented 3 years ago

@cbroeren sounds good! I'm happy to help if you'd like. I have it working in my app.