draggable: fixed #2791

This commit is contained in:
Paul Bakaus 2008-05-26 11:39:25 +00:00
parent 062d02ae5c
commit 7b538f65e0

View File

@ -31,7 +31,7 @@
mouseStart: function(e) {
var o = this.options;
if (o.disabled || $(e.target).is('.ui-resizable-handle')) return false;
if (this.helper || o.disabled || $(e.target).is('.ui-resizable-handle')) return false;
var handle = !this.options.handle || !$(this.options.handle, this.element).length ? true : false;
if(!handle) $(this.options.handle, this.element).each(function() {