reduce list scroll speed while drag/drop the minicard

This commit is contained in:
Martin Filser 2022-06-07 06:15:55 +02:00
parent e90791fdbc
commit 9aa8bc8921

View file

@ -60,6 +60,7 @@ BlazeComponent.extendComponent({
distance: 7,
items: itemsSelector,
placeholder: 'minicard-wrapper placeholder',
scrollSpeed: 10,
start(evt, ui) {
ui.helper.css('z-index', 1000);
ui.placeholder.height(ui.helper.height());