summary refs log tree commit diff
path: root/resources/qml/MessageInput.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-02-02 13:00:53 -0500
committerNicolas Werner <nicolas.werner@hotmail.de>2021-02-02 13:00:53 -0500
commitaeec1e12fc91bf394378fd0e22b8477aac5dbb2f (patch)
tree476706301fd2364055bf80797cb5e5e1c782cda9 /resources/qml/MessageInput.qml
parentFix unused capture warning (diff)
parentMerge pull request #444 from LorenDB/dragDropTimeline (diff)
downloadnheko-aeec1e12fc91bf394378fd0e22b8477aac5dbb2f.tar.xz
Merge branch 'master' into 'privacy_screen'
# Conflicts:
#   resources/qml/TimelineView.qml
Diffstat (limited to 'resources/qml/MessageInput.qml')
-rw-r--r--resources/qml/MessageInput.qml6
1 files changed, 0 insertions, 6 deletions
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 {