diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-06-27 12:10:02 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-06-27 12:10:02 +0300 |
| commit | 58f9c1cc4932b8c2c3450aa215f5ebab6de1a4d7 (patch) | |
| tree | 73389d25a7093eff4c19b84948149505e8854e10 /src/components/emoji_input/emoji_input.js | |
| parent | 504d48fc5a707a60f5c7f5d5cf92ab2af762bb2e (diff) | |
| parent | 3113d904b921b1258c3709101d7e688767037079 (diff) | |
fix conflict in after_store
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' } |
