mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
fix: disable autofocus
This commit is contained in:
@@ -24,7 +24,7 @@ const EmojiPicker: Component<EmojiPickerProps> = (props) => {
|
||||
const response = await fetch('https://cdn.jsdelivr.net/npm/@emoji-mart/data/i18n/ja.json');
|
||||
return response.json();
|
||||
},
|
||||
autoFocus: true,
|
||||
autoFocus: false,
|
||||
locale: 'ja',
|
||||
theme: 'light',
|
||||
onEmojiSelect: (emoji: { id: string; native: string }) => {
|
||||
|
||||
Reference in New Issue
Block a user