fix
This commit is contained in:
parent
6ffaa8edc9
commit
6c5a34e491
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ const EmojiPicker = {
|
|||
const emojiSize = css.getPropertyValue('--emojiSize')
|
||||
const emojiSizeUnit = emojiSize.replace(/[0-9,.]+/, '')
|
||||
const emojiSizeValue = Number(emojiSize.replace(/[^0-9,.]+/, ''))
|
||||
const fontSize = Number(emojiSize.replace(css.getPropertyValue('font-size').replace(/[^0-9,.]+/, ''))
|
||||
const fontSize = Number(emojiSize.replace(css.getPropertyValue('font-size').replace(/[^0-9,.]+/, '')))
|
||||
|
||||
let emojiSizeReal
|
||||
if (emojiSizeUnit.endsWith('em')) {
|
||||
|
|
Loading…
Add table
Reference in a new issue