jinfang134/vue-pipeline

Nodes looping back on each other

Closed this issue · 2 comments

With data like this:

[{name:'0',next:[{index:1},{index:3}]},{name:'1',next:[{index:2},{index:3}]},{name:'2',next:[]},{name:'3',next:[]}]

the arrow between node 1 and 3 is coming around backwards:

example

ehhh, it is interesting. I will check and fix it.

fixed