Albums with sub-albums don't open when dragging albums over them
This commit is contained in:
Matthieu Leproux
2021-04-28 12:17:34 +02:00
parent 1fce0f7c97
commit ea39b734fa

View File

@@ -6,6 +6,7 @@ $(document).ready(() => {
data: formatedData,
autoOpen : false,
dragAndDrop: true,
openFolderDelay: 1010010001010101,
onCreateLi : createAlbumNode,
onCanSelectNode: function(node) {return false}
});