We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd40841 commit 3f9c4dfCopy full SHA for 3f9c4df
1 file changed
landolfio/inventory_frontend/templates/detail.html
@@ -1446,6 +1446,9 @@ <h5 class="card-title">{% translate "Divested" %}</h5>
1446
ghostClass: 'sortable-ghost',
1447
dragClass: 'sortable-drag',
1448
handle: '.drag-handle',
1449
+ delayOnTouchOnly: true,
1450
+ delay: 100,
1451
+ touchStartThreshold: 5,
1452
onEnd: function(evt) {
1453
if (evt.oldIndex === evt.newIndex) {
1454
return;
0 commit comments