Start connection with a single click #264
-
|
Hey Guys. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi! Thanks for the question 🙌 You can implement the “click to click” connection creation on the app side without any extra API from f-flow. A simple approach:
In Angular this is usually easiest by attaching (click) handlers to the elements where you have fNodeOutput / fNodeInput directives and calling event.stopPropagation() to avoid canvas/node click side effects. If you like what we’re building with f-flow, consider starring the repo - it really helps the project. 🙌 |
Beta Was this translation helpful? Give feedback.
Hi! Thanks for the question 🙌
You can implement the “click to click” connection creation on the app side without any extra API from f-flow.
A simple approach: