diff --git a/src/qml/TimelineView.qml b/src/qml/TimelineView.qml index 44682933e..0a479a52f 100644 --- a/src/qml/TimelineView.qml +++ b/src/qml/TimelineView.qml @@ -209,7 +209,6 @@ QQC2.ScrollView { id: dropAreaFile anchors.fill: parent onDropped: root.currentRoom.mainCache.attachmentPath = drop.urls[0] - ; enabled: !Controller.isFlatpak }