focus editor when opened
This commit is contained in:
parent
04e03a83b4
commit
cc118c3ddd
@ -103,6 +103,8 @@ export default {
|
||||
if (theme == "dark") {
|
||||
this.editor.setTheme("ace/theme/twilight");
|
||||
}
|
||||
|
||||
this.editor.focus();
|
||||
},
|
||||
methods: {
|
||||
back() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user