From 14df84d89bfc58f564697b7d72d7c66134c64697 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 8 Sep 2019 15:51:17 +0300 Subject: fixed some bugs, added spam mode, minor collateral fixes --- src/components/post_status_form/post_status_form.js | 2 +- src/components/post_status_form/post_status_form.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/post_status_form') diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js index 1359e75a..d468be76 100644 --- a/src/components/post_status_form/post_status_form.js +++ b/src/components/post_status_form/post_status_form.js @@ -282,7 +282,7 @@ const PostStatusForm = { target.style.height = null } }, - showEmoji () { + showEmojiPicker () { this.$refs['textarea'].focus() this.$refs['emoji-input'].triggerShowPicker() }, diff --git a/src/components/post_status_form/post_status_form.vue b/src/components/post_status_form/post_status_form.vue index ad2c2218..026cb8fe 100644 --- a/src/components/post_status_form/post_status_form.vue +++ b/src/components/post_status_form/post_status_form.vue @@ -170,7 +170,7 @@