some fixes to dragging behaviors

This commit is contained in:
Chris Cochrun 2022-09-16 06:57:03 -05:00
parent f74332d85d
commit 05c457be85
3 changed files with 29 additions and 13 deletions

View file

@ -218,12 +218,14 @@ Item {
dragItemType = "song";
dragItemBackgroundType = backgroundType;
dragItemBackground = background;
draggedLibraryItem = self;
} else {
songListItem.Drag.drop()
}
}
filterChildren: true
threshold: 10
/* onDropped: songDropped = true; */
}
MouseArea {
id: songClickHandler