Merge pull request #4976 from mfilser/drag_drop_reduce_list_scroll_speed

reduce list scroll speed while drag/drop the minicard
This commit is contained in:
Lauri Ojansivu 2023-06-22 12:30:04 -04:00 committed by GitHub
commit 15fbe7ca50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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());