I have an app that uses JS API 4.26 Editor Widget to add new features to a map. It works well for the most part but there is one scenario where the workflow is less than ideal. Whenever I use a 'Create Feature' workflow the widget would not return to the 'Ready' state after the new feature is already created. I will need to click on the < button to the left of 'Place feature' to get back to the Ready state. This is inconvenient because users sometimes want to print the map right after the new feature was added. Is there a way to programmatically force the Editor widget to return to the 'Ready' state at the end of the 'Create Feature' workflow?
Anybody? This only became an issue after I upgraded JS API. It used to return to Ready state after you added a feature automatically.