diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml index 527e6cb1..9fa2139e 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml @@ -277,11 +277,11 @@ Page { MessageInput { } + } - NhekoDropArea { - anchors.fill: parent - roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : "" - } + NhekoDropArea { + anchors.fill: timelineLayout + roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : "" } PrivacyScreen {