Background
Hello, I'm running into trouble with SketchViewModel.defaultUpdateOptions.enableScaling set to false... still enables the user to scale the graphic. I've created a sample codepen based off the Sketch Widget example (same behavior for SketchViewModel though), with enableSketching set to off:
https://codepen.io/gisdeveloperwithproblems/pen/OJmoeYW?editors=1000
I've attached a clip below that shows that while the resize handlers are not visible... that are apparently still active and can definitely be used.

Questions
Is there parameters I'm missing or is this considered a bug? If a bug, are there any workarounds? I could cancel on the update event for scale-start.... but that's not ideal as it deselects the graphic and still has the cursor changes even though they don't work. Furthermore, on smaller graphics, it becomes impossible to move them without scaling (which would then cancel, making the app appear to be buggy/unstable).