diff --git a/src/qml/TimelineView.qml b/src/qml/TimelineView.qml index 2dcb9496f..4ad5c570a 100644 --- a/src/qml/TimelineView.qml +++ b/src/qml/TimelineView.qml @@ -57,6 +57,8 @@ QQC2.ScrollView { signal focusChatBar() + QQC2.ScrollBar.vertical.interactive: false + ListView { id: messageListView // So that delegates can access the current room properly.