Merge branch 'textfix' of cwtch.im/ui into master

This commit is contained in:
erinn 2019-02-13 04:38:42 +00:00 committed by Gogs
commit c7b7912ef6
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ ColumnLayout {
onClearMessages: function() {
messagesModel.clear()
txtMessage.text = ""
}
onAppendMessage: function(handle, from, displayName, message, image, mid, fromMe, ts) {