mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-04 23:53:23 +00:00
fix: remove first rendering with 0 width
This commit is contained in:
parent
c79e291a66
commit
9d859c205a
@ -32,6 +32,10 @@ const EmojiPickerDialog = ({ emojiStyle, changeEmoji }: EmojiPickerProps) => {
|
||||
}
|
||||
}
|
||||
|
||||
if (windowSize.width === 0) {
|
||||
return null
|
||||
}
|
||||
|
||||
return (
|
||||
<Stack position="absolute" zIndex={1} left={100} top={-150}>
|
||||
<EmojiPicker
|
||||
|
Loading…
x
Reference in New Issue
Block a user