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.27k stars 205 forks source link

Release mouse capture on connector cancel due to KeyUp event #96

Closed BAndysc closed 5 months ago

BAndysc commented 5 months ago

📝 Description of the Change

Mouse Capture wasn't released when pending connection was canceled via a hotkey. This is a problem when EnableStickyConnections is enabled and the cancel hot key is pressed after the mouse is released (but the mouse is still captured)

🐛 Possible Drawbacks

n/a

BAndysc commented 5 months ago

Updated!