Permalink
Browse files
Resizable: disableSelection using jquery plugin.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
ui/ui.resizable.js
|
@@ -473,7 +473,7 @@ $.widget("ui.resizable", $.extend({}, $.ui.mouse, { |
|
|
this.helper.appendTo("body"); |
|
|
|
|
|
if (o.disableSelection) |
|
|
$.ui.disableSelection(this.helper.get(0)); |
|
|
this.helper.disableSelection(); |
|
|
|
|
|
} else { |
|
|
this.helper = el; |
|
|
0 comments on commit
78dfd26