summaryrefslogtreecommitdiffstats
path: root/framework/qml/TextEditor.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/TextEditor.qml')
-rw-r--r--framework/qml/TextEditor.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/qml/TextEditor.qml b/framework/qml/TextEditor.qml
index 724ee03f..a538e83c 100644
--- a/framework/qml/TextEditor.qml
+++ b/framework/qml/TextEditor.qml
@@ -48,10 +48,6 @@ FocusScope {
48 onTextChanged: root.htmlEnabled ? root.text = htmlText : root.text = plainText 48 onTextChanged: root.htmlEnabled ? root.text = htmlText : root.text = plainText
49 49
50 cursorPosition: edit.cursorPosition 50 cursorPosition: edit.cursorPosition
51 onCursorPositionChanged: {
52 //Only necessary to skip over invisible char
53 edit.cursorPosition = cursorPosition
54 }
55 } 51 }
56 52
57 Kube.ScrollHelper { 53 Kube.ScrollHelper {