Hello,
I need to configure SketchViewModel to not allow deleting graphics but after a while searching it doesn't seem the sdk has this option, is there any way to disable deleting graphics? The 'delete' event also does not have the option to stopPropagation.
The only work around I imagined is to do graphicsLayer.graphics.addMany(event.graphics) at the delete event, but not the best solution I think.