diff --git a/index.html b/index.html index 0b4c391..3a421c8 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@
- + diff --git a/src/components/useEmojiPicker.tsx b/src/components/useEmojiPicker.tsx index bc629dd..6ceaf44 100644 --- a/src/components/useEmojiPicker.tsx +++ b/src/components/useEmojiPicker.tsx @@ -55,7 +55,7 @@ const useEmojiPicker = (propsProvider: () => UseEmojiPickerProps) => { emojis: customEmojis, }, ], - autoFocus: false, + autoFocus: true, theme: 'light', onEmojiSelect: (emoji: EmojiData) => { console.log(emoji);