more bugfixes related to keybinds and nonworking stuff

This commit is contained in:
Henry Jameson 2019-06-09 21:17:24 +03:00
parent 20923d590c
commit 8a02647de4
2 changed files with 6 additions and 5 deletions

View file

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