diff options
Diffstat (limited to 'components')
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index f82b4269..1571a746 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -360,6 +360,7 @@ Kube.View { | |||
360 | 360 | ||
361 | onActiveFocusChanged: closeFirstSplitIfNecessary() | 361 | onActiveFocusChanged: closeFirstSplitIfNecessary() |
362 | Keys.onEscapePressed: recipients.forceActiveFocus() | 362 | Keys.onEscapePressed: recipients.forceActiveFocus() |
363 | cursorPosition: document.cursorPosition | ||
363 | text: composerController.body | 364 | text: composerController.body |
364 | onTextChanged: composerController.body = text; | 365 | onTextChanged: composerController.body = text; |
365 | } | 366 | } |