summaryrefslogtreecommitdiffstats
path: root/src/controls/Private/TextHandle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/TextHandle.qml')
-rw-r--r--src/controls/Private/TextHandle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/TextHandle.qml b/src/controls/Private/TextHandle.qml
index 19fc19a6d..8656dcfd8 100644
--- a/src/controls/Private/TextHandle.qml
+++ b/src/controls/Private/TextHandle.qml
@@ -75,7 +75,7 @@ Loader {
MouseArea {
id: mouse
anchors.fill: item
- enabled: handle.active
+ enabled: item && item.visible
preventStealing: true
property real pressX
property point offset