mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-23 03:36:42 +11:00
Update CommunicationsChat.vue
This commit is contained in:
parent
83d9b4243d
commit
11b8edf717
1 changed files with 1 additions and 0 deletions
|
@ -1232,6 +1232,7 @@ export default {
|
||||||
drafts[oldVal] = ""
|
drafts[oldVal] = ""
|
||||||
}
|
}
|
||||||
this.message = drafts[val] || ""
|
this.message = drafts[val] || ""
|
||||||
|
this.messages = []
|
||||||
this.usersTyping = []
|
this.usersTyping = []
|
||||||
this.replying = null
|
this.replying = null
|
||||||
this.reachedTop = false
|
this.reachedTop = false
|
||||||
|
|
Loading…
Reference in a new issue