aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.draggable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r--ui/ui.draggable.js1
1 files changed, 1 insertions, 0 deletions
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;