mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:43:16 +08: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…
Reference in New Issue
Block a user