fix for inability to drag from the phantom square
This commit is contained in:
parent
7e01b0aad0
commit
612a39e891
|
|
@ -745,7 +745,7 @@ $(function (){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$('.cb-square').droppable({
|
$('.cb-square, .cb-phantom').droppable({
|
||||||
accept: '.cb-piece',
|
accept: '.cb-piece',
|
||||||
disabled: true,
|
disabled: true,
|
||||||
deactivate: function(ev, ui){
|
deactivate: function(ev, ui){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue