mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
0f5f7c515a
commit
8f30693473
@ -946,7 +946,7 @@ export default {
|
||||
},
|
||||
|
||||
onSend(type) {
|
||||
this.hidePopover()
|
||||
this.hidePopover('send')
|
||||
this.rangeIndex = 0
|
||||
this.$store.state.messengerSearchKey = {dialog: '', contacts: ''}
|
||||
if (type) {
|
||||
@ -1014,9 +1014,12 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
hidePopover() {
|
||||
hidePopover(action) {
|
||||
this.showMenu = false;
|
||||
this.showMore = false;
|
||||
if (action === 'send') {
|
||||
return
|
||||
}
|
||||
this.showEmoji = false;
|
||||
this.emojiQuickShow = false;
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user