From fe12e22f47263a5956065c831cccf0f907c0177d Mon Sep 17 00:00:00 2001 From: Eduardo Lundgren Date: Tue, 28 Oct 2008 14:44:27 +0000 Subject: Sortable - Float elements tolerance fixed --- ui/ui.sortable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/ui.sortable.js') diff --git a/ui/ui.sortable.js b/ui/ui.sortable.js index d1871c940..572725529 100644 --- a/ui/ui.sortable.js +++ b/ui/ui.sortable.js @@ -127,7 +127,7 @@ $.widget("ui.sortable", $.extend({}, $.ui.mouse, { var horizontalDirection = this._getDragHorizontalDirection(); if (this.floating) { - if (isOverElementWidth) { + if (isOverElement) { return horizontalDirection == "right" ? 2 : 1; } } -- cgit v1.2.3