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] StateMachine Example Does Not Create Connections #14

Closed h43r1c closed 4 months ago

h43r1c commented 5 months ago

Describe the bug When opening the project in VS 17.8.3, the "Nodify.StateMachine" example project does not create connections between StateNodes.

To Reproduce 1) Clone project 2) Open Nodify.sln 3) Set "Nodify.StateMachine" to the start up project and Run 4) Create new StateNode "New State" 5) Drag Connection from "Enter" to "New State"

Expected behavior Connections to be created between states when dragging connections.

Does it happen in WPF version? No, upstream the connections are created.

h43r1c commented 5 months ago

This behavior was not present in v5.2.0.1 (connections are created) but exists in v6.0.0 and the default branch.

BAndysc commented 4 months ago

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