making songs that are dragged appear over servicelist during drag

This commit is contained in:
Chris Cochrun 2022-10-13 05:59:02 -05:00
parent 74ac6207f3
commit ad36b7b953

View file

@ -202,7 +202,7 @@ Item {
height: height height: height
} }
ParentChange { ParentChange {
target: videoListItem target: songListItem
parent: rootApp.overlay parent: rootApp.overlay
} }
} }