Compare commits

..

2 Commits

1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ window.onload = function () {
})
Sortable.create(items, {
delayOnTouchOnly: true,
group: "dndmusicbot-playlists",
filter: ".locked",
onMove: (e) => {
@ -47,6 +48,7 @@ window.onload = function () {
})
Sortable.create(amb, {
delayOnTouchOnly: true,
group: "dndmusicbot-ambiance",
filter: ".locked",
onMove: (e) => {