Albums with sub-albums don't open when dragging albums over them
This commit is contained in:
plegall
2021-04-28 16:53:48 +02:00
parent ae7c61f314
commit c8ccf16a5f

View File

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