I'm trying to create some actions to insert pre-defined text into the editor, but it doesn't appear to cause the model to change.
template:
in controller:
editor.insert("text to insert");
this is not causing the updateDefinition() method to be called.