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.
This commit is contained in:
Carl Schwan
2023-11-13 11:12:43 +01:00
committed by Tobias Fella
parent 877575b4d3
commit 1f8c07fedf

View File

@@ -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.