mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 18:30:13 +01:00
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:
commit
15fbe7ca50
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ BlazeComponent.extendComponent({
|
||||||
distance: 7,
|
distance: 7,
|
||||||
items: itemsSelector,
|
items: itemsSelector,
|
||||||
placeholder: 'minicard-wrapper placeholder',
|
placeholder: 'minicard-wrapper placeholder',
|
||||||
|
scrollSpeed: 10,
|
||||||
start(evt, ui) {
|
start(evt, ui) {
|
||||||
ui.helper.css('z-index', 1000);
|
ui.helper.css('z-index', 1000);
|
||||||
ui.placeholder.height(ui.helper.height());
|
ui.placeholder.height(ui.helper.height());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue