emoji_picker: select recents tab by default

This saves a click to get at your most commonly used emoji.
This commit is contained in:
novenary 2024-09-17 00:50:22 +03:00
parent 5886765d89
commit 2765a5c163

View file

@ -31,7 +31,7 @@ const EmojiPicker = {
data () { data () {
return { return {
keyword: '', keyword: '',
activeGroup: 'standard', activeGroup: 'recent',
showingStickers: false, showingStickers: false,
keepOpen: false keepOpen: false
} }