debug
This commit is contained in:
parent
e5fa8b357b
commit
4faca7d3ca
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ const EmojiPicker = {
|
|||
methods: {
|
||||
updateEmojiSize () {
|
||||
const css = window.getComputedStyle(this.$refs.popover.$el)
|
||||
console.log(css)
|
||||
const emojiSize = css.getPropertyValue('--emojiSize')
|
||||
const emojiSizeUnit = emojiSize.replace(/[0-9,.]+/, '')
|
||||
const emojiSizeValue = Number(emojiSize.replace(/[^0-9,.]+/, ''))
|
||||
|
|
Loading…
Add table
Reference in a new issue