ivan-junior Hi. I was wondering if there is a way to close the editor manually. I have some intercept functions and after data manipulation and showing the user some messages, hide the editor programatically. Is there a way to do this?
tasha Hello ivan-junior To close the editor programatically you can use api.exec() method, call show-editor action and pass null as id: api.exec("show-editor", { id: null });