summaryrefslogtreecommitdiffstats
path: root/framework/qml/ConversationView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r--framework/qml/ConversationView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml
index 2098ce3c..fb7a435e 100644
--- a/framework/qml/ConversationView.qml
+++ b/framework/qml/ConversationView.qml
@@ -141,7 +141,7 @@ Rectangle {
141 //necessary due to the webengineview 141 //necessary due to the webengineview
142 Kube.MouseProxy { 142 Kube.MouseProxy {
143 anchors.fill: parent 143 anchors.fill: parent
144 target: listView 144 target: listView.mouseProxy
145 forwardWheelEvents: true 145 forwardWheelEvents: true
146 } 146 }
147 } 147 }