diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-11-21 19:36:15 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-11-21 19:36:15 +0000 |
| commit | 72a5eaf40af20275a052a25b7aa911d3ef4bdcd7 (patch) | |
| tree | bd1ee40ea3d5287e86c5a20be5af5fc13f174c31 /src/components/post_status_form | |
| parent | 896cbf89f6431c0198eb2fb50fc7cef9cce05b3c (diff) | |
| parent | c1be65332f4105c172550308a36445166077b47e (diff) | |
Merge branch 'emoji-popovers' into 'develop'
use Popover for Emoji picker + suggestor
See merge request pleroma/pleroma-fe!1648
Diffstat (limited to 'src/components/post_status_form')
| -rw-r--r-- | src/components/post_status_form/post_status_form.js | 3 |
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() |
