Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(diagramlink): populate
positionFrom
and positionTo
with `{x:0, y:0}` in DiagramModel.addLink(). To prevent error message when new link is created. As the link's curve cannot otherwise be drawn properly (as no `x` nor `y` yet defined for `positionFrom` and `positionTo`) until the first call to `updateLinksPositions()`. Close gwenaelp#6
- Loading branch information