Agile-Waterfall / flooq

A tool that enables developers to connect multiple applications without the need to develop any interface.
https://flooq.io
7 stars 0 forks source link

When inputs can be added to nodes, they should be removable as well. #166

Open riesentoaster opened 2 years ago

riesentoaster commented 2 years ago

All nodes that have a user-defined number of inputs (currently: Script node) should make it possible to both add and remove inputs.

MrF3lix commented 2 years ago

They are removable by deleting the param from the handle function in the node

riesentoaster commented 2 years ago

If there is a plus-button, there needs to be a minus-button. This is just not discoverable.