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 committed by Jeder
parent 40e0b74a3d
commit 2799fe345f

View file

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