summaryrefslogtreecommitdiffstats
path: root/src/controls/TextArea.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/TextArea.qml')
-rw-r--r--src/controls/TextArea.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/TextArea.qml b/src/controls/TextArea.qml
index 415098380..6db196b62 100644
--- a/src/controls/TextArea.qml
+++ b/src/controls/TextArea.qml
@@ -787,6 +787,7 @@ ScrollView {
blockRecursion = false
}
ensureVisible(cursorRectangle)
+ TextSingleton.updateSelectionItem(area)
}
function ensureVisible(rect) {