mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-28 23:38:30 -05:00
Resizable: disableSelection using jquery plugin.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user