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.qml10
1 files changed, 10 insertions, 0 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml
index 1109ad8e..fc239d40 100644
--- a/framework/qml/ConversationView.qml
+++ b/framework/qml/ConversationView.qml
@@ -54,6 +54,16 @@ FocusScope {
54 } 54 }
55 } 55 }
56 56
57 Kube.Listener {
58 filter: Kube.Messages.scrollConversationDown
59 onMessageReceived: listView.scrollDown()
60 }
61
62 Kube.Listener {
63 filter: Kube.Messages.scrollConversationUp
64 onMessageReceived: listView.scrollUp()
65 }
66
57 Rectangle { 67 Rectangle {
58 anchors.fill: parent 68 anchors.fill: parent
59 color: Kube.Colors.backgroundColor 69 color: Kube.Colors.backgroundColor