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.38k stars 224 forks source link

Move all items relative to the cursor by performing a drag gesture #150

Open miroiu opened 2 days ago

miroiu commented 2 days ago

📝 Description of the Change

Interactively move all items relative to the cursor within the editor by performing a drag gesture.

New editor dependency properties:

New gestures:

New utility functions:

push-items

🐛 Possible Drawbacks

None that I can think of.