Last active
July 13, 2020 03:07
-
-
Save cyberfly/18b494f994cdec36e09fab9c0adebe5f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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