cleanup
This commit is contained in:
parent
3dd9f6f68c
commit
05640e4cc1
2 changed files with 1 additions and 24 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue