diff options
Diffstat (limited to 'framework/qml/TextEditor.qml')
-rw-r--r-- | framework/qml/TextEditor.qml | 1 |
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 | } |