From 528d46be9fdd7a97642fe9f6e0937d71c9f9fa1a Mon Sep 17 00:00:00 2001 From: James Graham Date: Sat, 27 May 2023 16:06:20 +0000 Subject: [PATCH] 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 --- src/qml/Component/TimelineView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/qml/Component/TimelineView.qml b/src/qml/Component/TimelineView.qml index cccbdad93..c3cd2c43b 100644 --- a/src/qml/Component/TimelineView.qml +++ b/src/qml/Component/TimelineView.qml @@ -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