From 8d571c5a5d32aae4803c3199586b824a5860cd13 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 31 May 2021 09:49:33 +0300 Subject: Reset draft after sending a message --- qml/ComposePane.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'qml') diff --git a/qml/ComposePane.qml b/qml/ComposePane.qml index 44cbd7c..0ca189d 100644 --- a/qml/ComposePane.qml +++ b/qml/ComposePane.qml @@ -48,6 +48,7 @@ Pane { onClicked: { chatPage.context.sendTextMessage(chatId, messageField.text) messageField.text = "" + context.setDraft(chatId, null) } } } -- cgit v1.2.3-70-g09d2