Skip to content

Instantly share code, notes, and snippets.

@cyberfly
Last active July 13, 2020 03:07
Show Gist options
  • Save cyberfly/18b494f994cdec36e09fab9c0adebe5f to your computer and use it in GitHub Desktop.
Save cyberfly/18b494f994cdec36e09fab9c0adebe5f to your computer and use it in GitHub Desktop.
mounted() {
// we can set auto focus
this.editor = new Editor({
autoFocus: true
});
// or we can focus programatically
this.editor.focus("end");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment