Closed GoogleCodeExporter closed 8 years ago
you can do this already with beforeDrop interceptors:
http://jsplumb.org/doc/content.html#beforeDrop
Original comment by simon.po...@gmail.com
on 5 Jan 2013 at 9:19
jsPlumb.bind("beforeDrop", function(info) {
return info.sourceId != info.targetId;
});
Original comment by simon.po...@gmail.com
on 5 Jan 2013 at 9:28
Original issue reported on code.google.com by
HalaKuwa...@gmail.com
on 5 Jan 2013 at 7:31