mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Tweak dragging.
This commit is contained in:
parent
1298bc8470
commit
afd6b10f09
@ -1592,9 +1592,10 @@ Contacts={
|
|||||||
});
|
});
|
||||||
if($('#contacts h3').length > 1) {
|
if($('#contacts h3').length > 1) {
|
||||||
$('#contacts li,#contacts h3').draggable({
|
$('#contacts li,#contacts h3').draggable({
|
||||||
|
distance: 10,
|
||||||
revert: 'invalid',
|
revert: 'invalid',
|
||||||
axis: 'y', containment: '#contacts',
|
axis: 'y', containment: '#contacts',
|
||||||
scroll: true, scrollSensitivity: 100,
|
scroll: true, scrollSensitivity: 40,
|
||||||
opacity: 0.7, helper: 'clone'
|
opacity: 0.7, helper: 'clone'
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user