Permalink
Browse files
draggable: inline comment to clarify some odd check
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
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; |
|
|
|
|
|
|