diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-07-18 16:08:58 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-07-20 00:18:23 +0200 |
commit | fc46322d4ce444a0c882179ee6c2aa3b6aa0b469 (patch) | |
tree | dbb8d4d7f2503a625e9bb8f8dabf3b678e4065f4 /apps | |
parent | 87da179e6cc8f17918dd8ab987f670f3d3449107 (diff) | |
download | nextcloud-server-fc46322d4ce444a0c882179ee6c2aa3b6aa0b469.tar.gz nextcloud-server-fc46322d4ce444a0c882179ee6c2aa3b6aa0b469.zip |
Tweak dragging.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/contacts/js/contacts.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/contacts/js/contacts.js b/apps/contacts/js/contacts.js index 990d83c00bc..6186b5e17f9 100644 --- a/apps/contacts/js/contacts.js +++ b/apps/contacts/js/contacts.js @@ -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 { |