BAndysc / nodify-avalonia

Highly performant and modular controls for node-based editors designed for data-binding and MVVM for Avalonia. Port of WPF's version: https://miroiu.github.io/nodify
https://github.com/BAndysc/nodify-avalonia
MIT License
131 stars 7 forks source link

[Bug]Can not connect node in StateMachine example #16

Closed phamviethuy closed 4 months ago

phamviethuy commented 5 months ago

Describe the bug Can not connect node in StateMachine example

To Reproduce Press a node then connect to another node

Expected behavior Can connect node

Screenshots image

BAndysc commented 4 months ago

Fixed sticky connections in https://github.com/BAndysc/nodify-avalonia/commit/5b462392f53636346bdf2b73fa653485574443e6

phamviethuy commented 4 months ago

nice