provided fixed positions on startup not correctly set
ogobrecht opened this issue · 1 comments
ogobrecht commented
If a graph is configured with the option alignFixedNodesToGrid = true and there are positions provided on the startup, then the nodes have instead of the provided positions random positions. As a workaround it is possible to set the option alignFixedNodesToGrid to false on startup and then switch it to true afterwards.
ogobrecht commented
New release 2.0.0 fixes this problem