Hello, I have a situation, where I use Editor widget which I use to create, update and delete features on the webMap.
We want apply our own call to save the change and catch the update or create with
editor.viewModel.featureFormViewModel.on(
'submit', ....
But there is a problem the when user does the snapping with picking the feature icon or line from Editor on actual submit the view does's change to it's initial state. Doest any one aware how can I navigate among Editor views by code commands