From 1c3e113d4e9988243a810262ceeef2ad3a3e0fd3 Mon Sep 17 00:00:00 2001 From: Loren Burkholder Date: Mon, 1 Feb 2021 19:38:52 -0500 Subject: Allow drag/drop of files on whole timeline --- resources/qml/MessageInput.qml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'resources/qml/MessageInput.qml') diff --git a/resources/qml/MessageInput.qml b/resources/qml/MessageInput.qml index cb7d383f..4c73f28b 100644 --- a/resources/qml/MessageInput.qml +++ b/resources/qml/MessageInput.qml @@ -273,12 +273,6 @@ Rectangle { cursorShape: Qt.IBeamCursor onClicked: TimelineManager.timeline.input.paste(true) } - - NhekoDropArea { - anchors.fill: parent - roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : "" - } - } ScrollBar.vertical: ScrollBar { -- cgit 1.5.1