jinfang134 / vue-pipeline

A pipeline component like jenkins blue ocean plugin.
https://jinfang134.github.io/vue-pipeline/
MIT License
329 stars 69 forks source link

Nodes looping back on each other #12

Closed jfinge closed 4 years ago

jfinge commented 4 years ago

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

jinfang134 commented 4 years ago

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

jinfang134 commented 4 years ago

fixed