Delay touch sortable items on touch devices

pull/5/head
Trond Ekseth 2022-11-19 19:46:55 +01:00
parent f205d4e46a
commit aa79f168a9
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ 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) => {
@ -47,6 +48,7 @@ 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) => {