nodify-avalonia icon indicating copy to clipboard operation
nodify-avalonia copied to clipboard

[Bug] StateMachine Example Does Not Create Connections

Open h43r1c opened this issue 9 months ago • 1 comments

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 avatar May 24 '24 11:05 h43r1c