Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/react/src/views/EmojiPicker/EmojiPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ const CustomEmojiPicker = ({
const theme = useTheme();
const styles = getEmojiPickerStyles(theme);
const previewConfig = {
defaultEmoji: '1f60d',
defaultCaption: 'None',
showPreview: true,
};

Expand All @@ -40,6 +38,7 @@ const CustomEmojiPicker = ({
searchDisabled={false}
emojiStyle="facebook"
lazyLoadEmojis
autoFocus={false}
/>
</Box>
</Popup>
Expand Down