When I create an ember-ace instance bound to an existing value, ctrl-z will allow me to "undo" to the empty document, like that was the first state. This problem is known in other components of ace (react-ace). Additionally, it would be cool to have a manual reset of the undoState, i.e. if I change the content of the editor programmatically and would like to have that as a new "starting point".
When I create an ember-ace instance bound to an existing value, ctrl-z will allow me to "undo" to the empty document, like that was the first state. This problem is known in other components of ace (react-ace). Additionally, it would be cool to have a manual reset of the undoState, i.e. if I change the content of the editor programmatically and would like to have that as a new "starting point".