jerosoler / Drawflow

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

How to enlarge input area to whole block? #314

Closed animhotep closed 2 years ago

animhotep commented 2 years ago

We want to make block connection easier, and make whole block as input. Is it possible to do something like that?

Here we have got only start output https://github.com/jerosoler/Drawflow/issues/24

https://user-images.githubusercontent.com/3577374/144263852-b0dfa716-44be-4894-b062-77e0ddab81dd.mov

jerosoler commented 2 years ago

Hi!

editor.force_first_input = true;

Force the first input to drop the connection on top of the node

animhotep commented 2 years ago

Hi!

editor.force_first_input = true;

Force the first input to drop the connection on top of the node

great, thants