feat: focus editor when opened

This commit is contained in:
ShlomoCode 2024-01-19 00:42:12 +02:00
parent 04e03a83b4
commit 434d546180

View File

@ -103,6 +103,8 @@ export default {
if (theme == "dark") {
this.editor.setTheme("ace/theme/twilight");
}
this.editor.focus();
},
methods: {
back() {