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
onClicked: TimelineManager.timeline.input.paste(true)
}
NhekoDropArea {
anchors.fill: parent
roomid: TimelineManager.timeline ? TimelineManager.timeline.roomId() : ""
}
}
ScrollBar.vertical: ScrollBar {

View File

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