For static diagrams, in which nodes cannot be moved, I expected removing the moveModule from the diagram config would do the trick. But this breaks the animation of auto-layout and diagram updates to an extend that the result is unusable.
The right way to do this is to remove the moveFeature from the respective nodes.
For static diagrams, in which nodes cannot be moved, I expected removing the
moveModule
from the diagram config would do the trick. But this breaks the animation of auto-layout and diagram updates to an extend that the result is unusable.The right way to do this is to remove the
moveFeature
from the respective nodes.