diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-13 10:44:49 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-13 10:44:49 +0200 |
commit | e87ecb949e77211eb21e30a97a65426f87231414 (patch) | |
tree | 102df49b25b3558a21120954d8d40b53f0735d97 /components | |
parent | 4948d6d5cf64aaf7f1b344202dabc7ba92540e4f (diff) | |
download | kube-e87ecb949e77211eb21e30a97a65426f87231414.tar.gz kube-e87ecb949e77211eb21e30a97a65426f87231414.zip |
Skip over invisible char
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 | } |