mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-19 06:54:23 +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');
|
const response = await fetch('https://cdn.jsdelivr.net/npm/@emoji-mart/data/i18n/ja.json');
|
||||||
return response.json();
|
return response.json();
|
||||||
},
|
},
|
||||||
autoFocus: true,
|
autoFocus: false,
|
||||||
locale: 'ja',
|
locale: 'ja',
|
||||||
theme: 'light',
|
theme: 'light',
|
||||||
onEmojiSelect: (emoji: { id: string; native: string }) => {
|
onEmojiSelect: (emoji: { id: string; native: string }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user