Allow drag/drop of files on whole timeline

pull/444/head
Loren Burkholder 4 years ago
parent 2b7bd09ad3
commit 1c3e113d4e
  1. 6
      resources/qml/MessageInput.qml
  2. 5
      resources/qml/TimelineView.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 {

@ -276,8 +276,11 @@ Page {
MessageInput {
}
NhekoDropArea {
anchors.fill: parent
roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : ""
}
}
}
systemInactive: SystemPalette {

Loading…
Cancel
Save