From f3444e81f5a09baa4ae5f1dcefb6d466af6318b9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rn=20Zaefferer?= Date: Thu, 6 Aug 2009 18:10:10 +0000 Subject: [PATCH] draggable: inline comment to clarify some odd check --- ui/ui.draggable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index fabf8e439..ffda4a3f4 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -43,6 +43,7 @@ $.widget("ui.draggable", $.extend({}, $.ui.mouse, { var o = this.options; + // among others, prevent a drag on a resizable-handle if (this.helper || o.disabled || $(event.target).is('.ui-resizable-handle')) return false; -- 2.39.5