diff options
Diffstat (limited to 'ui/ui.sortable.js')
-rw-r--r-- | ui/ui.sortable.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index 12f18b619..f2d5dc4ed 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -570,10 +570,6 @@ $.widget("ui.sortable", $.extend({}, $.ui.mouse, { for (var i = this.items.length - 1; i >= 0; i--){ var item = this.items[i]; - //We ignore calculating positions of all connected containers when we're not over them - if(item.instance != this.currentContainer && this.currentContainer && item.item[0] != this.currentItem[0]) - continue; - var t = this.options.toleranceElement ? $(this.options.toleranceElement, item.item) : item.item; if (!fast) { |