gwenaelp / vue-diagrams

Diagram component for vue.js, inspired by react-diagrams
MIT License
283 stars 64 forks source link

Fix #6 #12

Closed TonyMasse closed 3 years ago

TonyMasse commented 3 years ago

What kind of change does this PR introduce? (check at least one)

Does this PR introduce a breaking change? (check one)

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

Other information:

Problem was caused by DiagramModel.addLink() that was pushing a Link with empty positionFrom and positionTo.

TonyMasse commented 3 years ago

Apologies, PR done against the wrong branch on my side. Unclean. Closing it.