FIX: regression preventing display of custom emojis in the picker

This commit is contained in:
Joffrey JAFFEUX 2017-09-18 09:38:18 +02:00 committed by GitHub
parent a1ee61ec25
commit 81def3b8b4

View File

@ -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");