I read in the documentation an example for disabling the rotation control of an element. I am trying to reproduce it. I get an error. What am I doing wrong?
        
I read in the documentation an example for disabling the rotation control of an element. I am trying to reproduce it. I get an error. What am I doing wrong?
        Hello @D_F,
I tried to reproduce the described issue with an official react demo, and latest diagram, and it seems to works correctly:
On your screenshot, I can see, that you added the type property fot agnle config object, which is incorrect, so you can change it to follows:
type: "arrange",
$properties: {
  angle: { hidden: false }
}
If it won’t help, it may be helpful if you provide more details on how to reproduce the issue, or send me a simplified demo with only necessary files and run instructions, that I will be able to run locally and reproduce the issue.
Kind reagrds,