Delay touch sortable items on touch devices #5

Merged
steino merged 1 commits from haste/delay-touch into master 2022-11-19 18:47:32 +00:00
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) => {