summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextEditor.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-23 20:01:57 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-23 20:01:57 +0200
commitdc50471a72c9310db3dd9149be1311e9502bdd9f (patch)
tree5f9103c374fc24280ae515dc56a2c9c903a52379 /framework/qml/TextEditor.qml
parenta3f1e799e269eaecad0b380534764f098b071560 (diff)
downloadkube-dc50471a72c9310db3dd9149be1311e9502bdd9f.tar.gz
kube-dc50471a72c9310db3dd9149be1311e9502bdd9f.zip
TextEditor escaping
Diffstat (limited to 'framework/qml/TextEditor.qml')
-rw-r--r--framework/qml/TextEditor.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/TextEditor.qml b/framework/qml/TextEditor.qml
index 6c11ddf9..b3bd34b8 100644
--- a/framework/qml/TextEditor.qml
+++ b/framework/qml/TextEditor.qml
@@ -38,7 +38,6 @@ FocusScope {
38 anchors.fill: parent 38 anchors.fill: parent
39 selectByMouse: true 39 selectByMouse: true
40 wrapMode: TextEdit.Wrap 40 wrapMode: TextEdit.Wrap
41 Keys.onEscapePressed: nextItemInFocusChain().focus = true
42 } 41 }
43 TextArea.flickable: edit 42 TextArea.flickable: edit
44 } 43 }