FIX: event is not present here

TODO: make event accessible everywhere and in a more consitent way.
This commit is contained in:
Joffrey JAFFEUX 2018-03-22 16:17:23 +01:00 committed by GitHub
parent 16c6af2ab0
commit 4f61f5db27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ export default Ember.Mixin.create({
},
didClickRow(computedContentItem) {
this.close(event);
this.close();
this.focus();
this.select(computedContentItem);
},