diff --git a/src/qml/Component/Timeline/TimelineContainer.qml b/src/qml/Component/Timeline/TimelineContainer.qml index de4fb7c11..e2707d811 100644 --- a/src/qml/Component/Timeline/TimelineContainer.qml +++ b/src/qml/Component/Timeline/TimelineContainer.qml @@ -319,6 +319,7 @@ ColumnLayout { } TapHandler { + acceptedDevices: PointerDevice.Mouse acceptedButtons: Qt.RightButton onTapped: root.openContextMenu() }