newcat / baklavajs

Graph / node editor in the browser using VueJS
http://baklava.tech
MIT License
1.47k stars 107 forks source link

Feature request: Is it possible to add a right-click selection feature? #368

Closed chuteany closed 5 months ago

chuteany commented 6 months ago

right-click selection: 1706496038390

Performing various operations on multiple nodes selected simultaneously: 1706496092550

starker-xp commented 5 months ago

For the moment, it's possible to select several elements at once with shift or ctrl, then shift or ctrl + right click to copy/paste.

image

chuteany commented 5 months ago

I know this, but I feel that this method of multi-selection is not efficient enough. It would be great if both methods could be used together.

starker-xp commented 5 months ago

In the end, I implemented the feature because it's so practical haha. I'll go over it again tomorrow before sending it to PR.

chuteany commented 5 months ago

That's great!

newcat commented 5 months ago

Implemented in v2.4.0