mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Added missing ui-selectable-helper class to helper/lasso element
This commit is contained in:
parent
6cfb6208ee
commit
872c757f40
@ -47,7 +47,9 @@ $.widget("ui.selectable", $.extend({}, $.ui.mouse, {
|
|||||||
|
|
||||||
this.mouseInit();
|
this.mouseInit();
|
||||||
|
|
||||||
this.helper = $(document.createElement('div')).css({border:'1px dotted black'});
|
this.helper = $(document.createElement('div'))
|
||||||
|
.css({border:'1px dotted black'})
|
||||||
|
.addClass("ui-selectable-helper");
|
||||||
},
|
},
|
||||||
toggle: function() {
|
toggle: function() {
|
||||||
if(this.options.disabled){
|
if(this.options.disabled){
|
||||||
|
Loading…
Reference in New Issue
Block a user