mirror of
https://github.com/discourse/discourse.git
synced 2025-05-03 14:54:35 +08: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) {
|
didClickRow(computedContentItem) {
|
||||||
this.close(event);
|
this.close();
|
||||||
this.focus();
|
this.focus();
|
||||||
this.select(computedContentItem);
|
this.select(computedContentItem);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user