nodify-avalonia
nodify-avalonia copied to clipboard
[Bug] StateMachine Example Does Not Create Connections
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
- Clone project
- Open Nodify.sln
- Set "Nodify.StateMachine" to the start up project and Run
- Create new StateNode "New State"
- 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.