Clear SMS input field on send
This commit is contained in:
parent
36aecee429
commit
367f2e08a9
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ Kirigami.ScrollablePage
|
|||
onAccepted: {
|
||||
console.log("sending sms", page.phoneNumber)
|
||||
model.sendReplyToConversation(message.text)
|
||||
text = ""
|
||||
}
|
||||
}
|
||||
Button {
|
||||
|
|
Loading…
Reference in a new issue