Our application can have multiple tabs, each with a diagram in them, and we have come across an issue where:
- a link is reshaped in tab 1
- the user switches to another tab and then returns to tab 1
- after the link is re-added to the diagram a call is being made to Route.ComputePoints, which then reverts the links points to its default state
Is there any way I can prevent my routes from being recomputed when switching between diagrams?
Thanks
Ryan