Fixed d&d issue with scrolls

Monotone-Parent: cfddf3168ca9e0e98da2d0869ce40d9e369dc0cf
Monotone-Revision: 3bb4ab21fa8d95f3fb6ba36a32d7541726045fd9

Monotone-Author: crobert@inverse.ca
Monotone-Date: 2009-07-16T18:08:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
C Robert
2009-07-16 18:08:59 +00:00
parent b1ce8aef44
commit 115616feeb
3 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -1079,7 +1079,8 @@ function configureDragAndDrop () {
handle: "contactsList",
onStart: startDragging,
onEnd: stopDragging,
onDrag: whileDragging
onDrag: whileDragging,
scroll: window
});
var drops = $$("ul#contactFolders li");