I have an Ember component which has the following:
click: function(event) {
console.log('clicked');
}
But clicking on this element does not seem to fire the event. The same is true for other events too:
mouseDown: function(event) {
console.log('mouse down');
}
Am I missing something stupid? Feels like this should be working.
Aucun commentaire:
Enregistrer un commentaire