jerosoler / Drawflow

Simple flow library 🖥️🖱️
https://jerosoler.github.io/Drawflow/
MIT License
4.7k stars 728 forks source link

Is there a way to make the connection active on drage end of any place of Target element. #705

Open sumanthmadey opened 1 year ago

sumanthmadey commented 1 year ago

Right now the connection becomes active only when we drop connection line on input node of the target element.

Is there any way we can configure so that connection becomes active as soon as the connection line is dropped on any place of Target item... Not jus input element rounded dot

jerosoler commented 1 year ago

Use:

editor.force_first_input = true;