bottomsheet improvements
This commit is contained in:
parent
4e7b151c43
commit
74995b824e
4 changed files with 38 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue