Merge pull request #444 from LorenDB/dragDropTimeline

Allow drag/drop of files on whole timeline
This commit is contained in:
DeepBlueV7.X 2021-02-02 03:22:18 +01:00 committed by GitHub
commit 82e80d464d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

View file

@ -273,12 +273,6 @@ Rectangle {
cursorShape: Qt.IBeamCursor cursorShape: Qt.IBeamCursor
onClicked: TimelineManager.timeline.input.paste(true) onClicked: TimelineManager.timeline.input.paste(true)
} }
NhekoDropArea {
anchors.fill: parent
roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : ""
}
} }
ScrollBar.vertical: ScrollBar { ScrollBar.vertical: ScrollBar {

View file

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