mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
reduce list scroll speed while drag/drop the minicard
This commit is contained in:
parent
e90791fdbc
commit
9aa8bc8921
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue