Fix emoji input error
This commit is contained in:
parent
cc4691a4ef
commit
fd2157efe4
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user