mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Resizable: disableSelection using jquery plugin.
This commit is contained in:
parent
0036aaf4b6
commit
78dfd2607f
@ -473,7 +473,7 @@ $.widget("ui.resizable", $.extend({}, $.ui.mouse, {
|
|||||||
this.helper.appendTo("body");
|
this.helper.appendTo("body");
|
||||||
|
|
||||||
if (o.disableSelection)
|
if (o.disableSelection)
|
||||||
$.ui.disableSelection(this.helper.get(0));
|
this.helper.disableSelection();
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
this.helper = el;
|
this.helper = el;
|
||||||
|
Loading…
Reference in New Issue
Block a user