diff options
| author | Henry Jameson <me@hjkos.com> | 2019-06-18 21:30:35 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-06-18 21:30:35 +0300 |
| commit | 0032802f0a3ef6249f56acefeb2b0e900b90d1b1 (patch) | |
| tree | d785284f5dbd0ed5827016c8a4e369440ac2811e /src/components/post_status_form | |
| parent | e5020d6936a9cdb960782d5f6caa77b93574b4a5 (diff) | |
review
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.vue | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index a8a34265..faa32be7 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -31,7 +31,7 @@ <span v-if="safeDMEnabled">{{ $t('post_status.direct_warning_to_first_only') }}</span> <span v-else>{{ $t('post_status.direct_warning_to_all') }}</span> </p> - <emoji-input + <EmojiInput v-if="newStatus.spoilerText || alwaysShowSubject" :suggest="emojiSuggestor" v-model="newStatus.spoilerText" @@ -44,8 +44,8 @@ v-model="newStatus.spoilerText" class="form-post-subject" /> - </emoji-input> - <emoji-input + </EmojiInput> + <EmojiInput :suggest="emojiUserSuggestor" v-model="newStatus.status" class="form-control" @@ -65,7 +65,7 @@ class="form-post-body" > </textarea> - </emoji-input> + </EmojiInput> <div class="visibility-tray"> <div class="text-format" v-if="formattingOptionsEnabled"> <label for="post-content-type" class="select"> |
