fixed several bugs

This commit is contained in:
Henry Jameson 2019-06-09 20:40:46 +03:00
parent a3cc8cc5d8
commit 76b9a66e98
2 changed files with 16 additions and 14 deletions

View file

@ -105,7 +105,7 @@ const PostStatusForm = {
})
},
emojiSuggestor () {
suggestor({ emoji: [
return suggestor({ emoji: [
...this.$store.state.instance.emoji,
...this.$store.state.instance.customEmoji
]})