mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Fix for scroll panel when dropping while still overlapping the edge.
This commit is contained in:
@@ -80,5 +80,9 @@ $.ui.plugin.add("draggable", "scrollPanel", {
|
||||
instance.old_e = e;
|
||||
instance.timeout = setTimeout( function() { instance.mouseMove( e ) }, 50 );
|
||||
}
|
||||
}
|
||||
},
|
||||
stop: function( e, ui ) {
|
||||
var instance = $(this).data("draggable");
|
||||
clearTimeout( instance.timeout );
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user