diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-27 12:26:19 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-27 12:26:19 +0300 |
| commit | 5ab62c4cb8bc2ccf718d0b60749bcc03fba54784 (patch) | |
| tree | 43fb3643d1be79b288de469a96b19cb019b50480 /src/components/emoji_input/emoji_input.js | |
| parent | a2c5175d14b322062f8fc07b11a6a45f1d5aba4f (diff) | |
| parent | 4d52b8bf56c44a217b2cc97414bf13104691d7f9 (diff) | |
make use of api/v1/instance
Diffstat (limited to 'src/components/emoji_input/emoji_input.js')
| -rw-r--r-- | src/components/emoji_input/emoji_input.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/emoji_input/emoji_input.js b/src/components/emoji_input/emoji_input.js index f4c3479c..7974a66d 100644 --- a/src/components/emoji_input/emoji_input.js +++ b/src/components/emoji_input/emoji_input.js @@ -431,6 +431,7 @@ const EmojiInput = { const offsetBottom = offsetTop + offsetHeight panel.style.top = offsetBottom + 'px' + if (!picker) return picker.$el.style.top = offsetBottom + 'px' picker.$el.style.bottom = 'auto' } |
