diff options
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index 9e48aba3..84c55ec5 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -300,6 +300,8 @@ Kube.View { | |||
300 | Layout.fillWidth: true | 300 | Layout.fillWidth: true |
301 | Layout.fillHeight: true | 301 | Layout.fillHeight: true |
302 | 302 | ||
303 | selectByMouse: true | ||
304 | |||
303 | text: composerController.body | 305 | text: composerController.body |
304 | onTextChanged: composerController.body = text; | 306 | onTextChanged: composerController.body = text; |
305 | onActiveFocusChanged: closeFirstSplitIfNecessary() | 307 | onActiveFocusChanged: closeFirstSplitIfNecessary() |