fibo / flow-view

is a visual editor for Dataflow programming
http://fibo.github.io/flow-view
MIT License
191 stars 23 forks source link

implement self loops #61

Closed fibo closed 3 years ago

fibo commented 4 years ago

Currently there is a check to avoid self loops.

Move that check into dflow project (which needs it).

A link that is a self loop should be like a circle or arc.

fibo commented 3 years ago

It is better to simplify and do not support self loops.