Fix EmojiPicker mobile width adaptation and update avatar clicking behavior

This commit is contained in:
fengzai6
2024-03-07 15:36:19 +08:00
parent 052524dabd
commit 5348d57057
4 changed files with 16 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ export function AvatarPicker(props: {
}) {
return (
<EmojiPicker
width={"100%"}
lazyLoadEmojis
theme={EmojiTheme.AUTO}
getEmojiUrl={getEmojiUrl}