Skip to content

Commit 78dfd26

Browse files
Resizable: disableSelection using jquery plugin.
1 parent 0036aaf commit 78dfd26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/ui.resizable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ $.widget("ui.resizable", $.extend({}, $.ui.mouse, {
473473
this.helper.appendTo("body");
474474

475475
if (o.disableSelection)
476-
$.ui.disableSelection(this.helper.get(0));
476+
this.helper.disableSelection();
477477

478478
} else {
479479
this.helper = el;

0 commit comments

Comments
 (0)