undrag fix of drag array
This commit is contained in:
parent
91ea94b8c2
commit
1fe18b9e76
File diff suppressed because one or more lines are too long
|
|
@ -3192,6 +3192,7 @@
|
|||
eve.unbind("raphael.drag.*." + this.id);
|
||||
}
|
||||
!draggable.length && R.unmousemove(dragMove).unmouseup(dragUp);
|
||||
drag = [];
|
||||
};
|
||||
/*\
|
||||
* Paper.circle
|
||||
|
|
|
|||
|
|
@ -3572,6 +3572,7 @@
|
|||
eve.unbind("raphael.drag.*." + this.id);
|
||||
}
|
||||
!draggable.length && R.unmousemove(dragMove).unmouseup(dragUp);
|
||||
drag = [];
|
||||
};
|
||||
/*\
|
||||
* Paper.circle
|
||||
|
|
|
|||
Loading…
Reference in New Issue