bottomsheet improvements

This commit is contained in:
10G Meow 2022-03-21 07:50:31 +00:00 committed by N Pex
parent 4e7b151c43
commit 74995b824e
4 changed files with 38 additions and 8 deletions

View file

@ -21,7 +21,7 @@ export default {
mixins: [messageMixin, messageOperationsMixin],
data() {
return {
maxRecents: 5
maxRecents: 3
}
},
props: {
@ -32,7 +32,7 @@ export default {
}
}
},
watch: {
emojis: {
immediate: true,