mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 21:19:41 -06:00
FIX: event is not present here
TODO: make event accessible everywhere and in a more consitent way.
This commit is contained in:
parent
16c6af2ab0
commit
4f61f5db27
@ -171,7 +171,7 @@ export default Ember.Mixin.create({
|
||||
},
|
||||
|
||||
didClickRow(computedContentItem) {
|
||||
this.close(event);
|
||||
this.close();
|
||||
this.focus();
|
||||
this.select(computedContentItem);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user