Merge pull request 'Delay touch sortable items on touch devices' (#5) from haste/delay-touch into master
Reviewed-on: #5haste/handle-touch
commit
47adefe034
|
@ -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) => {
|
||||
|
|
Loading…
Reference in New Issue