diff options
| author | Henry Jameson <me@hjkos.com> | 2019-06-09 20:40:46 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-06-09 20:40:46 +0300 |
| commit | 76b9a66e98ab3ba456b607e721e514156c7ed84e (patch) | |
| tree | f5aac28ff1a32d83bb4f21d41ac9f45b990768f5 /src/components/post_status_form | |
| parent | a3cc8cc5d8241576d8355200ef79854aedb43c2f (diff) | |
fixed several bugs
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 008b821a..1db7af30 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -105,7 +105,7 @@ const PostStatusForm = { }) }, emojiSuggestor () { - suggestor({ emoji: [ + return suggestor({ emoji: [ ...this.$store.state.instance.emoji, ...this.$store.state.instance.customEmoji ]}) |
