Fix emoji picker off-by-1 error
This commit is contained in:
parent
a7387332ed
commit
76019d1e03
3 changed files with 3 additions and 2 deletions
|
|
@ -244,7 +244,7 @@ const EmojiPicker = {
|
|||
if (!this.$refs['emoji-groups']) {
|
||||
return
|
||||
}
|
||||
this.width = this.$refs['emoji-groups'].$el.offsetWidth
|
||||
this.width = this.$refs['emoji-groups'].$el.clientWidth
|
||||
})
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue