Commit 1fe18b9e by Tomas Alabes

undrag fix of drag array

parent 91ea94b8
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -3192,6 +3192,7 @@ ...@@ -3192,6 +3192,7 @@
eve.unbind("raphael.drag.*." + this.id); eve.unbind("raphael.drag.*." + this.id);
} }
!draggable.length && R.unmousemove(dragMove).unmouseup(dragUp); !draggable.length && R.unmousemove(dragMove).unmouseup(dragUp);
drag = [];
}; };
/*\ /*\
* Paper.circle * Paper.circle
......
...@@ -3572,6 +3572,7 @@ ...@@ -3572,6 +3572,7 @@
eve.unbind("raphael.drag.*." + this.id); eve.unbind("raphael.drag.*." + this.id);
} }
!draggable.length && R.unmousemove(dragMove).unmouseup(dragUp); !draggable.length && R.unmousemove(dragMove).unmouseup(dragUp);
drag = [];
}; };
/*\ /*\
* Paper.circle * Paper.circle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment