Fixed the song textarea from removing blank lines
This commit is contained in:
parent
7f69726c47
commit
93c94e19db
7 changed files with 51 additions and 8 deletions
|
@ -208,6 +208,7 @@ Item {
|
|||
target: songListItem
|
||||
onActiveChanged: {
|
||||
if (songDragHandler.drag.active) {
|
||||
dragItemIndex = index;
|
||||
dragItemTitle = title;
|
||||
dragItemType = "song";
|
||||
dragItemBackgroundType = backgroundType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue