dashboards.js: Don't delay drag&drop events anymore

This commit is contained in:
Yonas Habteab 2022-04-14 14:53:34 +02:00
parent 8d8a234446
commit ff5ae27eb6

View File

@ -157,7 +157,6 @@
let options = { let options = {
scroll : true, scroll : true,
invertSwap : true, invertSwap : true,
delay : 100,
dataIdAttr : 'id', dataIdAttr : 'id',
direction : 'vertical', direction : 'vertical',
draggable : draggable, draggable : draggable,