From 1f8c07fedfe839c47df05859c9bffe370f57ff78 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 13 Nov 2023 11:12:43 +0100 Subject: [PATCH] Make room timeline non interactible Currently trying to scroll with this scrollbar is probablematic and it's unlikely we will find an easy solution to fix it, so make it non interactible. --- src/qml/TimelineView.qml | 2 ++ 1 file changed, 2 insertions(+) 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.