Clear text box

This commit is contained in:
Sarah Jamie Lewis 2019-02-12 20:35:23 -08:00
parent eaa68d1221
commit 71f87c5f70
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) {