aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_form
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-10-09 23:02:39 +0300
committerHenry Jameson <me@hjkos.com>2022-10-09 23:02:39 +0300
commit05640e4cc16693be2712a2c5aaf46d3305c37fcb (patch)
tree2eedcebb0cb8e1fbdc8b3b35895eb73067e4432b /src/components/post_status_form
parent3dd9f6f68ce5625018a711ca78aa5a2a31441433 (diff)
cleanup
Diffstat (limited to 'src/components/post_status_form')
-rw-r--r--src/components/post_status_form/post_status_form.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/post_status_form/post_status_form.js b/src/components/post_status_form/post_status_form.js
index 5c536b74..eb55cfcc 100644
--- a/src/components/post_status_form/post_status_form.js
+++ b/src/components/post_status_form/post_status_form.js
@@ -501,7 +501,6 @@ const PostStatusForm = {
if (target.value === '') {
target.style.height = null
this.$emit('resize')
- this.$refs['emoji-input'].resize()
return
}
@@ -588,8 +587,6 @@ const PostStatusForm = {
} else {
scrollerRef.scrollTop = targetScroll
}
-
- this.$refs['emoji-input'].resize()
},
showEmojiPicker () {
this.$refs.textarea.focus()