diff --git a/frontend/src/views/files/Editor.vue b/frontend/src/views/files/Editor.vue index 7b8aace3..cd1e23cd 100644 --- a/frontend/src/views/files/Editor.vue +++ b/frontend/src/views/files/Editor.vue @@ -103,6 +103,8 @@ export default { if (theme == "dark") { this.editor.setTheme("ace/theme/twilight"); } + + this.editor.focus(); }, methods: { back() {