mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Tweak dragging.
This commit is contained in:
parent
87da179e6c
commit
fc46322d4c
1 changed files with 2 additions and 1 deletions
|
|
@ -1592,9 +1592,10 @@ Contacts={
|
|||
});
|
||||
if($('#contacts h3').length > 1) {
|
||||
$('#contacts li,#contacts h3').draggable({
|
||||
distance: 10,
|
||||
revert: 'invalid',
|
||||
axis: 'y', containment: '#contacts',
|
||||
scroll: true, scrollSensitivity: 100,
|
||||
scroll: true, scrollSensitivity: 40,
|
||||
opacity: 0.7, helper: 'clone'
|
||||
});
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue