From dc50471a72c9310db3dd9149be1311e9502bdd9f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 23 Jul 2017 20:01:57 +0200 Subject: TextEditor escaping --- framework/qml/TextEditor.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/qml') 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 { anchors.fill: parent selectByMouse: true wrapMode: TextEdit.Wrap - Keys.onEscapePressed: nextItemInFocusChain().focus = true } TextArea.flickable: edit } -- cgit v1.2.3