Compare commits

..

No commits in common. "47adefe034e1e3fc42262c9bf370e3a3b6769595" and "f205d4e46af5a3240a8ecef2c8b58f2e080b8d6c" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

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