miroiu / nodify

Highly performant and modular controls for node-based editors designed for data-binding and MVVM.
https://miroiu.github.io/nodify
MIT License
1.39k stars 224 forks source link

[Question] Connection selection #138

Closed ndegheselle closed 1 month ago

ndegheselle commented 2 months ago

Hello,

Do you plan to support connection selection for edit (change direction for exemple) or deletion ? I think it's more intuitive to do it that way than to use shortcuts or a cutting line.

Here is how I would see things :

Awesome work by the way !

miroiu commented 1 month ago

Hi, I created a PR: #139 to address this.

Relevant properties:

However, you have to write your own selected connection style (see example in the playground app).