diff options
Diffstat (limited to 'qml')
-rw-r--r-- | qml/ComposePane.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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) } } } |