mirror of
https://github.com/discourse/discourse.git
synced 2025-02-23 22:21:17 +00:00
FIX: regression preventing display of custom emojis in the picker
This commit is contained in:
parent
a1ee61ec25
commit
81def3b8b4
@ -34,7 +34,7 @@ export default Ember.Component.extend({
|
||||
},
|
||||
|
||||
show() {
|
||||
const template = findRawTemplate("emoji-picker")(this.$picker, {customEmojis});
|
||||
const template = findRawTemplate("emoji-picker")({customEmojis});
|
||||
this.$picker.html(template);
|
||||
|
||||
this.$filter = this.$picker.find(".filter");
|
||||
|
Loading…
x
Reference in New Issue
Block a user