|
|
@ -180,7 +180,7 @@ function dragstart() { |
|
|
|
|
|
|
|
console.log("box atrr", box.attr("class")); |
|
|
|
if ( box.attr("class") == "box_on" ) { |
|
|
|
// make nodes underneath unclickable as long as box is open !
|
|
|
|
// make either nodes underneath unclickable as long as box is open or bring content in box to very front !
|
|
|
|
this.__on = null; |
|
|
|
} |
|
|
|
// this refers to dragged circle element
|
|
|
|