Fix the room timeline being dragged when selecting text by making it non...

Fix the room timeline being dragged when selecting text by making it non interactive in desktop mode.

BUG: 467163
This commit is contained in:
James Graham
2023-05-27 16:06:20 +00:00
committed by Tobias Fella
parent cc80e69644
commit 528d46be9f

View File

@@ -35,6 +35,7 @@ QQC2.ScrollView {
verticalLayoutDirection: ListView.BottomToTop
highlightMoveDuration: 500
clip: true
interactive: Kirigami.Settings.isMobile
bottomMargin: Kirigami.Units.largeSpacing + Math.round(Kirigami.Theme.defaultFont.pointSize * 2)
model: !isLoaded ? undefined : collapseStateProxyModel